Namespace TuringTrader.Optimizer
Classes
OptimizerGrid
Exhaustive grid optimizer. This optimizer iterate through all possible parameter combinations in a brute-force fashion. Individual iterations are executed in parallel, as far as possible.
OptimizerParam
Container holding optimizer parameter information, collected from the field/ property and the [OptimizerParam] attribute.
OptimizerParamAttribute
attribute class to set optimzation range of field or property
OptimizerResult
Container to store parameters and fitness of a single optimiation iteration.