A Genetic Programming Framework for .NET

EngineOptions.RetestIndividuals Property

Gets or sets a value indicating whether Individuals should be retested.

public bool RetestIndividuals {get; set;}

Property Value

true if previously tested Individuals should be retested; otherwise, false.

The default value is false.

Remarks

If set to true, Individuals held over from previous Generations will be retested. If set to false, these Individuals will be ignored.

See Also

EngineOptions Class | GeneticProgrammingEngine.Internal Namespace | test Term