OptimizerSetEngine
- select external optimization engine

Trading system toolbox
(AmiBroker 5.20)


SYNTAX OptimizerSetEngine( "name" )
RETURNS NOTHING
FUNCTION The function selects external optimization engine defined by name. The following optimization engines are shipped with AmiBroker as of version 5.20
  • Standard Particle Swarm Optimizer ("spso")
  • Tribes (improved PSO) ("trib")
  • Covariance Matrix Adaptation Evolutionary Strategy ("cmae")
New engines may be added in the future.
EXAMPLE OptimizerSetEngine("spso");
SEE ALSO

References:

The OptimizerSetEngine function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.