Merge pull request #10805 from bearvar/ComplexHyperOptLoss

Add new hyperopt loss function
This commit is contained in:
Matthias
2024-10-19 13:32:46 +02:00
committed by GitHub
3 changed files with 113 additions and 3 deletions
+1
View File
@@ -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: