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
The docs mention: "(a somewhat brute-force method of) parameter optimisation"
I would like to know how is the parameter optimisation performed. does it use some library like scikit learn (as backtesting.py does) or some well known concept like walk forward optimization (like Ta4J) or is it just brute force and explores everything?
The text was updated successfully, but these errors were encountered:
The docs mention: "(a somewhat brute-force method of) parameter optimisation"
I would like to know how is the parameter optimisation performed. does it use some library like scikit learn (as backtesting.py does) or some well known concept like walk forward optimization (like Ta4J) or is it just brute force and explores everything?
The text was updated successfully, but these errors were encountered: