Update docs/hyperopt.md

Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
This commit is contained in:
Matthias 2020-04-27 07:15:37 +02:00 committed by GitHub
parent a3a045dbd4
commit e928c5fdaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ Optional - can also be loaded from a strategy:
Assuming the optional methods are not in your hyperopt file, please use `--strategy AweSomeStrategy` which contains these methods so hyperopt can use these methods instead.
!!! Note
You will always have to provide a strategy to Hyperopt even if it contains all methods.
You always have to provide a strategy to Hyperopt, even if your custom Hyperopt class contains all methods.
Rarely you may also need to override: