Interface GenericOperator<O extends Operator<?>>

    • Method Detail

      • getOperator

        O getOperator​(Genotype genotype)
        Returns the Operator for a specific Genotype.
        Parameters:
        genotype - the genotype
        Returns:
        the operator for this genotype
      • getOperators

        Collection<O> getOperators()
        Returns all classOperators.
        Returns:
        all classOperators