Merge pull request #2788 from drdux/develop

added missing word in hyperopt loss example
This commit is contained in:
Matthias 2020-01-22 12:47:08 +01:00 committed by GitHub
commit 9c2f21b07e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ class SampleHyperOptLoss(IHyperOptLoss):
Defines the default loss function for hyperopt Defines the default loss function for hyperopt
This is intended to give you some inspiration for your own loss function. This is intended to give you some inspiration for your own loss function.
The Function needs to return a number (float) - which becomes for better backtest results. The Function needs to return a number (float) - which becomes smaller for better backtest
results.
""" """
@staticmethod @staticmethod