mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-16 19:20:31 +00:00
Update and rename hyperopt_loss_complex.py to hyperopt_loss_multi_metric.py
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"""
|
||||
ComplexHyperOptLoss
|
||||
MultiMetricHyperOptLoss
|
||||
|
||||
This module defines the alternative HyperOptLoss class based on:
|
||||
- Profit
|
||||
@@ -41,7 +41,7 @@ PF_CONST = 1
|
||||
WINRATE_CONST = 1.2
|
||||
|
||||
|
||||
class ComplexHyperOptLoss(IHyperOptLoss):
|
||||
class MultiMetricHyperOptLoss(IHyperOptLoss):
|
||||
@staticmethod
|
||||
def hyperopt_loss_function(
|
||||
*,
|
||||
Reference in New Issue
Block a user