OptimizerSetOption
|
Trading system toolbox |
SYNTAX | OptimizerSetOption("name", value ) |
RETURNS | NOTHING |
FUNCTION | The function set additional parameters for external optimization engine. The parameters are engine-dependent. For example SPSO, TRIBES and CMAE optimizers support "Runs" (number of runs) and "MaxEval" (maximum evaluations (tests)per single run) parameters. |
EXAMPLE | OptimizerSetOption( "Runs", 2 ); |
SEE ALSO | OptimizerSetEngine() function |
The OptimizerSetOption function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.