Update README.md
Browse files
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 |
|