Class EvaluationObserver

java.lang.Object
org.uma.jmetal.util.observer.impl.EvaluationObserver
All Implemented Interfaces:
Observer<Map<String,Object>>

public class EvaluationObserver extends Object implements Observer<Map<String,Object>>
This observer prints the current evaluation number of an algorithm. It expects a pair (EVALUATIONS, int) in the map used in the update() method.
Author:
Antonio J. Nebro invalid input: '<'antonio@lcc.uma.es>
  • Constructor Details

    • EvaluationObserver

      public EvaluationObserver(Integer frequency)
      Constructor
      Parameters:
      frequency - Print frequency in term of times the update method has been invoked
    • EvaluationObserver

      public EvaluationObserver()
  • Method Details