-
Hi, So a part of the solution could(must) be to reduce the number of calculations, but an other part could be to have a big cpu or something like that to be able to make the calculation. Currently, i am running backtesting on a Imac 2K10/11. I dont remmeber the exact configuration, but I think it's a I5 with 16 Go of ram. (edit : 2.7 i5 16go Ram) So my question is : what kind of hardware should i have to optimise my calculation? Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Foremost, with as wide hyperparameter space, I'd set |
Beta Was this translation helpful? Give feedback.
Foremost, with as wide hyperparameter space, I'd set
Backtest.optimize(..., method='skopt')
as showcased in parameter heatmap / optimization tutorial.