Uses of Interface
org.uma.jmetal.util.observer.Observer
Packages that use Observer
Package
Description
-
Uses of Observer in org.uma.jmetal.util.observable
Methods in org.uma.jmetal.util.observable that return types with arguments of type ObserverMethods in org.uma.jmetal.util.observable with parameters of type Observer -
Uses of Observer in org.uma.jmetal.util.observable.impl
Methods in org.uma.jmetal.util.observable.impl that return types with arguments of type ObserverMethods in org.uma.jmetal.util.observable.impl with parameters of type Observer -
Uses of Observer in org.uma.jmetal.util.observer.impl
Classes in org.uma.jmetal.util.observer.impl that implement ObserverModifier and TypeClassDescriptionclassEstimatingIdealAndNadirPointsPlotObserver<S extends Solution<?>>classThis observer prints the current evaluation number of an algorithm.classExternalArchiveObserver<S extends Solution<?>>This observer add the solutions of population to an archive.classThis observer prints the current best fitness of an algorithm.classFitnessPlotObserver<S extends Solution<?>>classFrontPlotObserver<S extends Solution<?>>classIndicatorPlotObserver<S extends Solution<?>>classNadirObserver<S extends Solution<?>>classRunTimeChartObserver<S extends Solution<?>>This observer prints a chart in real time showing the current Pareto front approximation produced by an algorithm.classRunTimeForDynamicProblemsChartObserver<S extends Solution<?>>This observer prints a chart in real time showing the current Pareto front approximation produced by an algorithm.classThis observer stores a solution list in files.