Skip to content

Commit 26ecd67

Browse files
authored
update optimizer list in docs (#93)
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
1 parent 38fe982 commit 26ecd67

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/index.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ framework.
2020

2121
### Optimizers
2222

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
23+
Aside from random search and a Sobol sequence based space filling method, the main ones
24+
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
2527
[HpBandSter](https://github.com/automl/HpBandSter).
2628

2729
### Optimization Loops

0 commit comments

Comments
 (0)