A Genetic Programming Framework for .NET

EngineOptions.Selector Property

Gets or sets the Selector delegate.

public Delegates.Selector Selector {get; set;}

Remarks

This delegate is used to select IndividualInfos from the current Population during breeding to create the next Population.

If this value is set to null, the default Selector, TopTenPercentSelection, will be used.

See Also

EngineOptions Class | GeneticProgrammingEngine.Internal Namespace | Selector Delegate | TopTenPercentSelection Method | selection Term | Breeder Property