Class EvaluationObserver
java.lang.Object
org.uma.jmetal.util.observer.impl.EvaluationObserver
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
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EvaluationObserver
Constructor- Parameters:
frequency- Print frequency in term of times the update method has been invoked
-
EvaluationObserver
public EvaluationObserver()
-
-
Method Details
-
update
-
getName
-