How to fasten the strategy optimization execution ?
-
Hi. I am using backtrader framework to execute the strategy for optimization. I specify the parameters range and the program works fine. I am using the maximum cores available on my laptop (which is the default setting). Now, even after the required results are displayed during the run. The strategy execution does not gets completed (meaning the program is still running even after displaying the output).
It takes around 8-10mins to completely finish the run. I am not sure why it is taking so long time to exit fully. Is this the expected behavior of the framework which might use this time to close all the opened threads and exit gracefully. Or am i missing anything.
I would also try to know if there are any other ways to smartly use the optimization.