Interface StoppingCriterion

All Known Implementing Classes:
MaxFEsStop, MaxGenerationsStop

public interface StoppingCriterion
StoppingCriterion is an interface representing the basic scheme of stopping criterion operator in differential evolution.
Since:
1.0
Version:
1.0
Author:
Alicia Vazquez Ramos
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Executes a specific stopping criterion scheme.
  • Method Details

    • stops

      boolean stops()
      Executes a specific stopping criterion scheme.
      Returns:
      TRUE if the stopping criterion is satisfied, FALSE otherwise.