added missing word in hyperopt loss example

This commit is contained in:
Daniel Goller 2020-01-21 15:49:24 +00:00
parent 90a9052377
commit c1c2717bc9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class SampleHyperOptLoss(IHyperOptLoss):
Defines the default loss function for hyperopt
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