Class FitnessObserver
java.lang.Object
org.uma.jmetal.util.observer.impl.FitnessObserver
This observer prints the current best fitness of an algorithm. It requires a pair
(EVALUATIONS, int) and another pair (BEST_SOLUTION, solution) in the map used in the update() method.
- Author:
- Antonio J. Nebro
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FitnessObserver
Constructor value. -
FitnessObserver
public FitnessObserver()
-
-
Method Details
-
update
-
getName
-
toString
-