Package org.opt4j.core.optimizer
Interface Operator<G extends Genotype>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<? extends Operator<?>>
getOperatorType()
Returns the basic operators type, e.g., "Mutate" or "Copy".
-
-
-
Method Detail
-
getOperatorType
java.lang.Class<? extends Operator<?>> getOperatorType()
Returns the basic operators type, e.g., "Mutate" or "Copy".- Returns:
- basic type of the concrete operation.
-
-