We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38fe982 commit 26ecd67Copy full SHA for 26ecd67
docs/index.md
@@ -20,8 +20,10 @@ framework.
20
21
### Optimizers
22
23
-Aside from random search, the two main optimizers part of this package are Hyperband and
24
-BOHB. Where BOHB is intended as a cleaner replacement of the former implementation in
+Aside from random search and a Sobol sequence based space filling method, the main ones
+in this package are Hyperband, BOHB and a BoTorch based Bayesian optimization base
25
+implementation.
26
+BOHB is provided as a cleaner replacement of the former implementation in
27
[HpBandSter](https://github.com/automl/HpBandSter).
28
29
### Optimization Loops
0 commit comments