Skip to content

Commit 075ef82

Browse files
authored
[Add] docs for scheduling alg (#85)
* Add docs for scheduling alg * Fix minor
1 parent 647761f commit 075ef82

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,25 @@ SIATune is an open-source deep learning model hyperparameter tuning toolbox espe
1616
- [x] [MMSegmentation](https://github.com/open-mmlab/mmsegmentation)
1717
- [ ] [MMEditing](https://github.com/open-mmlab/mmediting)
1818

19-
- **Support state-of-the-art hyperparameter tuning algorithms**
19+
- **Support hyperparameter search algorithms**
2020

21-
We provide state-of-the-art hyperparameter tuning algorithms such as below;
21+
We provide hyperparameter search algorithms such as below;
2222
- [x] [Nevergrad](https://github.com/facebookresearch/nevergrad)
2323
- [x] [HyperOpt](https://github.com/hyperopt/hyperopt)
2424
- [x] [FLAML](https://github.com/microsoft/FLAML)
2525
- [ ] [Adaptive Experimentation (AX)](https://ax.dev/)
2626
- [ ] [Scikit-optimize](https://github.com/scikit-optimize/scikit-optimize)
2727

28+
- **Schedule multiple experiments**
29+
30+
Various scheduling techniques are supported to efficiently manage many experiments.
31+
- [x] [AsyncHyperBandScheduler](https://arxiv.org/abs/1810.05934)
32+
- [ ] [PopulationBasedTraining](https://www.deepmind.com/blog/population-based-training-of-neural-networks)
33+
- [ ] [MedianStoppingRule](https://research.google.com/pubs/pub46180.html)
34+
- [ ] [Population Based Bandits](https://arxiv.org/abs/2002.02518)
35+
- [ ] [HyperBandScheduler](https://arxiv.org/abs/1603.06560)
36+
37+
2838
- **Distributed tuning system based on Ray**
2939

3040
Hyperparameter tuning with multi-GPU training or large-scale job scheduling are managed by Ray's distributed compute framework.

0 commit comments

Comments
 (0)