YixiangHu commited on
Commit
8de0040
·
verified ·
1 Parent(s): c6bef01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -65,4 +65,17 @@ The dataset uses the following key elements:
65
  - **Modified_data (`Δq`)**: the difference between `q` and `q'` (used to represent instance modifications).
66
 
67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
 
 
65
  - **Modified_data (`Δq`)**: the difference between `q` and `q'` (used to represent instance modifications).
66
 
67
 
68
+ ## Citation
69
+ If you find our work helpful, feel free to give us a cite.
70
+ ```
71
+ @misc{hu2026ischedulerreinforcementlearningdrivencontinual,
72
+ title={iScheduler: Reinforcement Learning-Driven Continual Optimization for Large-Scale Resource Investment Problems},
73
+ author={Yi-Xiang Hu and Yuke Wang and Feng Wu and Zirui Huang and Shuli Zeng and Xiang-Yang Li},
74
+ year={2026},
75
+ eprint={2602.06064},
76
+ archivePrefix={arXiv},
77
+ primaryClass={cs.DC},
78
+ url={https://arxiv.org/abs/2602.06064},
79
+ }
80
+ ```
81