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
When I run an optimization through bt.optimize(), I get the list of all the tried combinations of parameters along with the related value of the objective function but not all the other statistics. The full set of statistics and trades is available only for the best parameter combinations.
My question is: is there any way to get statistics and trades for each combination of parameters? So far, I've had to run a bt.run() for each parameter combination but it is a waste of time since they were already calculated during the optimization.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When I run an optimization through bt.optimize(), I get the list of all the tried combinations of parameters along with the related value of the objective function but not all the other statistics. The full set of statistics and trades is available only for the best parameter combinations.
My question is: is there any way to get statistics and trades for each combination of parameters? So far, I've had to run a bt.run() for each parameter combination but it is a waste of time since they were already calculated during the optimization.
Beta Was this translation helpful? Give feedback.
All reactions