mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 18:43:04 +00:00
Add sharpe ratio hyperopt loss
This commit is contained in:
@@ -288,7 +288,7 @@ class Configuration(object):
|
||||
self._args_to_config(config, argname='hyperopt_continue',
|
||||
logstring='Hyperopt continue: {}')
|
||||
|
||||
self._args_to_config(config, argname='loss_function',
|
||||
self._args_to_config(config, argname='hyperopt_loss',
|
||||
logstring='Using loss function: {}')
|
||||
|
||||
return config
|
||||
|
||||
Reference in New Issue
Block a user