Package org.moeaframework.analysis.diagnostics
package org.moeaframework.analysis.diagnostics
Diagnostic tool for analyzing the runtime behavior of algorithms. This tool requires the
JFreeChart library and its dependencies to be installed (which are
included with all releases by default).
-
ClassDescriptionCollection of actions used by the diagnostic tool.Displays the end-of-run Pareto approximation set.Window for displaying approximation set dynamics.The controller manages the underlying data model, performs the evaluation of jobs, and notifies any listeners when its state changes.Represents a setting that can be configured programmatically or through user interaction in the UI.Identifies the type of event fired by the controller.Enumeration of controller event types.Listens for events fired by the controller.The main window of the diagnostic tool.Placeholder in a layout for unoccupied grid locations.Command line utility for launching the diagnostic tool.Displays a line plot of the runtime dynamics of a metric, displaying the 25, 50, and 75-th quantiles.Helper class for maintaining a mapping from series in a plot to their assigned paint.The key for a result entry, allowing distinct algorithm and problem pairings in sets and maps.Abstract Swing component for displaying results.SortedListModel<T extends Comparable<T>>A sorted
ListModel
which stores only unique entries.Window for displaying statistical results.