I can start an optimization from code with:
But how can I set/influence the optimizer's settings like "number of iterations"?
CODE:
StrategyRunner.PerformOptimization()
But how can I set/influence the optimizer's settings like "number of iterations"?
Rename
Number of Iterations is determined by the number and range of the enabled parameters. With that said ...
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.
Your Response
Post
Edit Post
Login is required