A Genetic Programming Framework for .NET

EngineOptions Properties

The properties of the EngineOptions class are listed below. For a complete list of EngineOptions class members, see the EngineOptions Members topic.

Public Instance Properties

Aggregator Gets or sets the Aggregator delegate.
Breeder Gets or sets the Breeder delegate.
DeleteGeneratedDlls Gets or sets a value indicating whether generated .dll files should be deleted.
GenerationLimit Gets or sets the Generation limit.
MaximizeFitness Gets or sets a value indicating whether the GPEngine will maximize or minimize fitness.
MaxTreeDepth Gets or sets the maximum tree depth limit.
MaxTreeWidth Gets or sets the maximum tree width limit.
MutationRate Gets or sets the mutation rate.
Normalizer Gets or sets the Normalizer delegate.
OutputDirectory Gets or sets the output directory.
PopulationSize Gets or sets the initial Population size.
RecombinationRate Gets or sets the recombination rate.
RetestIndividuals Gets or sets a value indicating whether Individuals should be retested.
Seed Gets or sets a value used to seed a Random instance.
Selector Gets or sets the Selector delegate.
TestLimit Gets or sets the test limit.
UseAppDomain Gets or sets a value indicating whether a separate AppDomain should be used when compiling.

See Also

EngineOptions Class | GeneticProgrammingEngine.Internal Namespace | GPEngine Class