public interface IOperatorSelector
Operator
out of n
Operator
s
applicable for a single Genotype
.Modifier and Type | Method and Description |
---|---|
<O extends org.opt4j.core.optimizer.Operator<?>> |
select(java.util.List<O> applicableOperators,
org.opt4j.core.Genotype genotype)
Selects one
Operator out of n Operator s applicable for a single
Genotype . |
<O extends org.opt4j.core.optimizer.Operator<?>> O select(java.util.List<O> applicableOperators, org.opt4j.core.Genotype genotype)
Operator
out of n
Operator
s applicable for a single
Genotype
.applicableOperators
- list of applicable Operator
s.genotype
- Genotype
for which the Operator
shall be applied.Operator
from the input list.