From fb6be82bee295ddb36f651a85fe56c129f60b724 Mon Sep 17 00:00:00 2001 From: "Grossberger Lukas (CR/AIR2.2)" Date: Fri, 5 May 2023 08:40:35 +0200 Subject: [PATCH] update optimizer list in docs Signed-off-by: Grossberger Lukas (CR/AIR2.2) --- docs/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index d56cd971..38e3ed03 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,8 +20,10 @@ framework. ### Optimizers -Aside from random search, the two main optimizers part of this package are Hyperband and -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 +implementation. +BOHB is provided as a cleaner replacement of the former implementation in [HpBandSter](https://github.com/automl/HpBandSter). ### Optimization Loops