Package org.opt4j.operators.selection
-
Interface Summary Interface Description IOperatorSelector Defines a strategy that selects oneOperator
out ofn
Operator
s applicable for a singleGenotype
. -
Class Summary Class Description RandomOperatorSelector Selection strategy that randomly selects oneOperator
out of the givenOperator
s.RoundRobinOperatorSelector Selector that selects oneOperator
out of the givenOperator
s by a round robin principle.