A Genetic Programming Framework for .NET

EngineOptions.Breeder Property

Gets or sets the Breeder delegate.

public Delegates.Breeder Breeder {get; set;}

Remarks

This delegate is used to create the next Population from the current Population.

If this value is set to null, the default Breeder, RecombinationThenMutation, will be used.

See Also

EngineOptions Class | GeneticProgrammingEngine.Internal Namespace | Breeder Delegate | RecombinationThenMutation Method | breeding Term | Selector Property