Class TerminationByEvaluations

java.lang.Object
org.uma.jmetal.component.catalogue.common.termination.impl.TerminationByEvaluations
All Implemented Interfaces:
Termination

public class TerminationByEvaluations extends Object implements Termination
Class that allows to check the termination condition based on a maximum number of indicated evaluations.
Author:
Antonio J. Nebro <antonio@lcc.uma.es>
  • Constructor Details

    • TerminationByEvaluations

      public TerminationByEvaluations(int maximumNumberOfEvaluations)
  • Method Details

    • isMet

      public boolean isMet(Map<String,Object> algorithmStatusData)
      Specified by:
      isMet in interface Termination
    • getMaximumNumberOfEvaluations

      public int getMaximumNumberOfEvaluations()