- ago
I can start an optimization from code with:

CODE:
StrategyRunner.PerformOptimization()


But how can I set/influence the optimizer's settings like "number of iterations"?


6
262
2 Replies

Reply

Bookmark

Sort
Glitch8
 ( 11.81% )
- ago
#1
Number of Iterations is determined by the number and range of the enabled parameters. With that said ...

0
- ago
#2
QUOTE:
Number of Iterations is determined by the number and range of the enabled parameters

by the "Exhaustive" optimizer. But even "Shrinking Window" and let alone the finantic.Optimizers have a set of additional settings that influence the optimization process.



To make StrategyRunner.PerformOptimization() useful it is necessary to set the optimizer settings before any optimization is started by the new and fancy extension.

Please make this a #FeatureRequest.
0

Reply

Bookmark

Sort