Interface IOperatorSelector

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <O extends org.opt4j.core.optimizer.Operator<?>>
      O
      select​(java.util.List<O> applicableOperators, org.opt4j.core.Genotype genotype)
      Selects one Operator out of n Operators applicable for a single Genotype.
    • Method Detail

      • select

        <O extends org.opt4j.core.optimizer.Operator<?>> O select​(java.util.List<O> applicableOperators,
                                                                  org.opt4j.core.Genotype genotype)
        Selects one Operator out of n Operators applicable for a single Genotype.
        Parameters:
        applicableOperators - list of applicable Operators.
        genotype - Genotype for which the Operator shall be applied.
        Returns:
        selected Operator from the input list.