Package org.opt4j.operators
Interface AbstractGenericOperator.OperatorPredicate
-
- All Known Implementing Classes:
AbstractGenericOperator.OperatorClassPredicate
,AbstractGenericOperator.OperatorVoidPredicate
- Enclosing class:
- AbstractGenericOperator<O extends org.opt4j.core.optimizer.Operator<?>,Q extends org.opt4j.core.optimizer.Operator<?>>
public static interface AbstractGenericOperator.OperatorPredicate
TheAbstractGenericOperator.OperatorPredicate
interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
evaluate(org.opt4j.core.Genotype genotype)
Checks whether aGenotype
satisfies the predicate.
-