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