GeneticSettings

StockSharp.Algo.Strategies.Optimization

Genetic settings.

Hereda de: NotifiableObject

Implementa: IPersistable

Propiedades

Crossover : Type

ICrossover

CrossoverProbability : decimal

CrossoverProbability

Fitness : string

Fitness function formula. For example, 'PnL'.

GenerationsMax : int

Maximum number of generations.

GenerationsStagnation : int

The genetic algorithm will be terminate when the best chromosome's fitness has no change in the last generations specified.

Mutation : Type

IMutation

MutationProbability : decimal

MutationProbability

Population : int

The initial size of population.

PopulationMax : int

The maximum population.

Reinsertion : Type

IReinsertion

Selection : Type

ISelection