Interface Operator<G extends Genotype>

  • Type Parameters:
    G - the type of genotype

    public interface Operator<G extends Genotype>
    The Operator is the basic interface for all operators.
    • 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.