Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use joblib.Parallel for Backtest.optimize(method='grid') #1206

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

kernc
Copy link
Owner

@kernc kernc commented Feb 2, 2025

Reduce memory use and improve parallel support on Windows while not sacrificing much on other platforms.

Fixes #1013
Fixes #1112
Fixes #1011
Closes #1103
Closes #1046

Reduce memory use and improve parallel support at least on Windows.
@kernc kernc merged commit 7b69b1f into master Feb 4, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment