Replies: 1 comment 4 replies
-
If parallel computing is not available for Windows yet, do you have a suggestion for using other parallel computing libraries? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
``Hi,
I am running the backtest.optimizer() on a small dataset, but only one core of CPU is being used. There is a TODO written in the library description that implies 'spawn' method is not yet implemented in the code. Does it mean windows users cannot utilize multiprocessing? if not, how can I force the optimizer to use more CPU cores?
Here is my example code:
Beta Was this translation helpful? Give feedback.
All reactions