Interface AbstractGenericOperator.OperatorPredicate

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean evaluate​(org.opt4j.core.Genotype genotype)
      Checks whether a Genotype satisfies the predicate.
    • Method Detail

      • evaluate

        boolean evaluate​(org.opt4j.core.Genotype genotype)
        Checks whether a Genotype satisfies the predicate.
        Parameters:
        genotype - the genotype
        Returns:
        true if the predicate is satisfied