Breeds a new Population using both recombination and mutation.
This implementation uses the MutationRate property to determine whether a child created through recombination should also be mutated.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | Thrown when either r, args, or selector are null. |
EngineOptions Class | GeneticProgrammingEngine.Internal Namespace | Breeder Delegate | Breeder Property