Why are optimization results from cartesian products not reproducible by default? #302
Unanswered
binarymason
asked this question in
Q&A
Replies: 1 comment
-
backtesting.py/backtesting/backtesting.py Lines 1216 to 1222 in e3cccdf |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If optimization is doing an exhaustive search through all of the combinations of the cartesian product of parameters, why do I need to set
random_state
to get reproducible results? I would think an exhaustive search would give me reproducible results no matter what.Thanks!
backtesting.py/backtesting/backtesting.py
Line 1254 in e3cccdf
Beta Was this translation helpful? Give feedback.
All reactions