Class MaxFEsStop

java.lang.Object
dealib.components.stoppingcriteria.MaxFEsStop
All Implemented Interfaces:
StoppingCriterion

public class MaxFEsStop extends Object implements StoppingCriterion
MaxFEsStop is a class implementing a stopping criterion based on the number of function evaluations (FEs) performed over the interface Selector.
Since:
1.0
Version:
1.0
Author:
Alicia Vazquez Ramos
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Executes a stopping criterion based on the number of function evaluations (FEs) performed.
    Gets a string representing the visualization by console of the Stopping Criterion.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MaxFEsStop

      public MaxFEsStop(Execution exe)
      Constructor.
      Parameters:
      exe - Configurarion of the current execution.
  • Method Details

    • stops

      public boolean stops()
      Executes a stopping criterion based on the number of function evaluations (FEs) performed.
      Specified by:
      stops in interface StoppingCriterion
      Returns:
      TRUE if the stopping criterion is satisfied, FALSE otherwise.
    • toString

      public String toString()
      Gets a string representing the visualization by console of the Stopping Criterion.
      Overrides:
      toString in class Object
      Returns:
      the condition of the Stopping Criterion.