From a476c253fd724986b81d80a43705a5c006290ebc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Jan 2026 17:08:30 +0000 Subject: [PATCH] Deployed e8eb6d7 to develop in en with MkDocs 1.6.1 and mike 2.1.3 --- en/develop/advanced-hyperopt/index.html | 36 +++++++++---------------- 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/en/develop/advanced-hyperopt/index.html b/en/develop/advanced-hyperopt/index.html index dbdd104cc..585755e7c 100644 --- a/en/develop/advanced-hyperopt/index.html +++ b/en/develop/advanced-hyperopt/index.html @@ -1672,10 +1672,9 @@ - -
  • @@ -1996,10 +1990,9 @@ - -
  • @@ -2197,7 +2185,7 @@ For the sample below, you then need to add the command line parameter --hy

    Note

    All overrides are optional and can be mixed/matched as necessary.

    -

    Dynamic parameters

    +

    Dynamic parameters

    Parameters can also be defined dynamically, but must be available to the instance once the bot_start() callback has been called.

    class MyAwesomeStrategy(IStrategy):
     
    @@ -2210,7 +2198,7 @@ For the sample below, you then need to add the command line parameter --hy
     

    Warning

    Parameters created this way will not show up in the list-strategies parameter count.

    -

    Overriding Base estimator

    +

    Overriding Base estimator

    You can define your own optuna sampler for Hyperopt by implementing generate_estimator() in the Hyperopt subclass.

    class MyAwesomeStrategy(IStrategy):
         class HyperOpt: