org.opt4j.viewer
Interface ObjectivesMonitor.ObjectivesListener

All Known Implementing Classes:
ArchiveWidget, ConvergencePlotWidget, ParetoPlotWidget, PopulationWidget
Enclosing class:
ObjectivesMonitor

public static interface ObjectivesMonitor.ObjectivesListener

The ObjectivesMonitor.ObjectivesListener is an interface for classes that need the objectives.


Method Summary
 void objectives(java.util.Collection<org.opt4j.core.Objective> objectives)
          Callback method that passes the objectives of the optimization problem.
 

Method Detail

objectives

void objectives(java.util.Collection<org.opt4j.core.Objective> objectives)
Callback method that passes the objectives of the optimization problem.

Parameters:
objectives - the objectives