You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the explanation on ticket #234, I want to limit the maximum drawdown to 5% and maximize the Sortino ratio. But when I define the maximum_func, the best result always provides a maximum drawdown of over 5%.
Since all of your results returned 0 for this maximize_func, this is your result. maximize_func doesn't do any constraints/filtering or results. It just projects to a raw ordinal metric.
Following the explanation on ticket #234, I want to limit the maximum drawdown to 5% and maximize the Sortino ratio. But when I define the
maximum_func
, the best result always provides a maximum drawdown of over 5%.I can see that the maximize_func still has an impact because if I only optimize on the Sortino ratio, I get a drawdown of 11%.
Why is the Drawdown not limited to 5%?
The text was updated successfully, but these errors were encountered: