Rename ComplexHyperOptLoss to MultiMetricHyperOptLoss. Add it to test_loss_functions_better_profits.

pull/10805/head
bearvar 2 years ago
parent 121bdbad84
commit 6eac798d91

@ -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:

Loading…
Cancel
Save