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

    Modifier and Type
    Method
    Description
    void
    Callback method that passes the objectives of the optimization problem.
  • Method Details

    • objectives

      void objectives(Collection<Objective> objectives)
      Callback method that passes the objectives of the optimization problem.
      Parameters:
      objectives - the objectives