mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
Rename ComplexHyperOptLoss to MultiMetricHyperOptLoss. Add it to test_loss_functions_better_profits.
This commit is contained in:
@@ -99,4 +99,4 @@ class MultiMetricHyperOptLoss(IHyperOptLoss):
|
||||
* log_expectancy_ratio
|
||||
* log_winrate_coef
|
||||
* trade_count_penalty
|
||||
)
|
||||
)
|
||||
@@ -95,6 +95,7 @@ def test_loss_calculation_has_limited_profit(hyperopt_conf, hyperopt_results) ->
|
||||
"MaxDrawDownRelativeHyperOptLoss",
|
||||
"CalmarHyperOptLoss",
|
||||
"ProfitDrawDownHyperOptLoss",
|
||||
"MultiMetricHyperOptLoss",
|
||||
],
|
||||
)
|
||||
def test_loss_functions_better_profits(default_conf, hyperopt_results, lossfunction) -> None:
|
||||
|
||||
Reference in New Issue
Block a user