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: