Interface | Description |
---|---|
IOperatorSelector |
Defines a strategy that selects one
Operator out of n Operator s
applicable for a single Genotype . |
Class | Description |
---|---|
RandomOperatorSelector |
Selection strategy that randomly selects one
Operator out of the given Operator s. |
RoundRobinOperatorSelector |
Selector that selects one
Operator out of the given Operator s by a round robin
principle. |