From: Jérôme Benoit Date: Thu, 11 Dec 2025 16:03:53 +0000 (+0100) Subject: docs: improve tunables description X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=eae5995b158996196c369cda559d4b5801791614;p=freqai-strategies.git docs: improve tunables description Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 0c867ea..b315a21 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ docker compose up -d --build | freqai.predictions_extrema.extrema_fraction | 1.0 | float (0,1] | Fraction of extrema used for thresholds. `1.0` uses all, lower values keep only most significant. Applies to `rank` and `values`; ignored for `partition`. | | _Optuna / HPO_ | | | | | freqai.optuna_hyperopt.enabled | true | bool | Enables HPO. | -| freqai.optuna_hyperopt.sampler | `tpe` | enum {`tpe`,`auto`} | HPO sampler algorithm. `tpe` uses TPESampler with multivariate and group, `auto` uses [AutoSampler](https://hub.optuna.org/samplers/auto_sampler). | +| freqai.optuna_hyperopt.sampler | `tpe` | enum {`tpe`,`auto`} | HPO sampler algorithm. `tpe` uses [TPESampler](https://optuna.readthedocs.io/en/stable/reference/samplers/generated/optuna.samplers.TPESampler.html) with multivariate and group, `auto` uses [AutoSampler](https://hub.optuna.org/samplers/auto_sampler). | | freqai.optuna_hyperopt.storage | `file` | enum {`file`,`sqlite`} | HPO storage backend. | | freqai.optuna_hyperopt.continuous | true | bool | Continuous HPO. | | freqai.optuna_hyperopt.warm_start | true | bool | Warm start HPO with previous best value(s). |