Class RunTimeForDynamicProblemsChartObserver<S extends Solution<?>>
java.lang.Object
org.uma.jmetal.util.observer.impl.RunTimeForDynamicProblemsChartObserver<S>
public class RunTimeForDynamicProblemsChartObserver<S extends Solution<?>>
extends Object
implements Observer<Map<String,Object>>
This observer prints a chart in real time showing the current Pareto front approximation produced
by an algorithm. It requires a two pairs in the map used in the update() method:
* - (EVALUATIONS, int)
* - (POPULATION, List)
- Author:
- Antonio J. Nebro invalid input: '<'antonio@lcc.uma.es>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RunTimeForDynamicProblemsChartObserver
- Parameters:
legend- Legend to be included in the chartdelay- Display delay
-
-
Method Details
-
setReferencePointList
This method is used to set a list of reference points; it is used by reference-point based algorithms.- Parameters:
referencePointList-
-
update
This methods displays a front (population) -
getChart
-
getName
-