A Genetic Programming Framework for .NET

GPEngine.Options Property

Get or sets the EngineOptions for this run.

public Internal.EngineOptions Options {get; set;}

Remarks

The EngineOptions properties are used to set common Genetic Programming parameters. These parameters control the execution of a run, how IIndividuals are evaluated after a test, etc.

Exceptions

Exception Type Condition
ArgumentNullException Thrown when value is null.

See Also

GPEngine Class | GeneticProgrammingEngine Namespace | EngineOptions Class