Willing to support max_bs argument for Backtest#optimize? #293
binarymason
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I guess you're seeing your subprocess iterations taking too long? How high would you set your max? I strongly prefer intelligent defaults over separate arguments for every little detail. I guess the max (so far 300) could be better set introspecting upon passed |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Would love to be able to pass a max batch size argument to optimize like this:
bt.optimize(..., max_bs=500)
backtesting.py/backtesting/backtesting.py
Lines 1335 to 1338 in 73e1534
Is that something that you would support? I'm happy to make a PR
Beta Was this translation helpful? Give feedback.
All reactions