| Name | Description | Type | Package | Framework |
| Accumulator | An accumulator stores collected data from a single run of an algorithm. | Class | org.moeaframework.analysis | MOEA |
|
| ActionFactory | Collection of actions used by the diagnostic tool. | Class | org.moeaframework.analysis | MOEA |
|
| AdaptiveMultimethodVariationCollector | Collects the individual operator probabilities from AdaptiveMultimethodVariation. | Class | org.moeaframework.analysis | MOEA |
|
| AdaptiveTimeContinuationCollector | Collects the number of restart events resulting from AdaptiveTimeContinuation. | Class | org.moeaframework.analysis | MOEA |
|
| AerovisConverter | Converts a result file into an Aerovis input file. | Class | org.moeaframework.analysis | MOEA |
|
| Analysis | Command line utility for calculating the best, probability of attainment, efficiency and controllability metrics. | Class | org.moeaframework.analysis | MOEA |
|
| ApproximationSetCollector | Collects approximation sets from an Algorithm. | Class | org.moeaframework.analysis | MOEA |
|
| ApproximationSetPlot | Displays the end-of-run Pareto approximation set. | Class | org.moeaframework.analysis | MOEA |
|
| ApproximationSetViewer | Window for displaying approximation set dynamics. | Class | org.moeaframework.analysis | MOEA |
|
| ARFFConverter | Converts a result file into an ARFF file that can be loaded into various data mining software (e. | Class | org.moeaframework.analysis | MOEA |
|
| AttachPoint | Identifies objects in an object graph (all public and private fields contained within an object and those it references). | Class | org.moeaframework.analysis | MOEA |
|
| Collector | Collects information from an object. | Interface | org.moeaframework.analysis | MOEA |
|
| Controller | The controller manages the underlying data model, performs the evaluation of jobs, and notifies any listeners when its state changes. | Class | org.moeaframework.analysis | MOEA |
|
| ControllerEvent | Identifies the type of event fired by the controller. | Class | org.moeaframework.analysis | MOEA |
|
| ControllerEvent .Type | Indicates the underlying data model has changed. | Class | org.moeaframework.analysis | MOEA |
|
| ControllerListener | Listens for events fired by the controller. | Interface | org.moeaframework.analysis | MOEA |
|
| DiagnosticTool | The main window of the diagnostic tool. | Class | org.moeaframework.analysis | MOEA |
|
| ElapsedTimeCollector | Collects the elapsed execution time of an algorithm. | Class | org.moeaframework.analysis | MOEA |
|
| EmptyPlot | Placeholder in a layout for unoccupied grid locations. | Class | org.moeaframework.analysis | MOEA |
|
| EpsilonHelper | | Class | org.moeaframework.analysis | MOEA |
|
| EpsilonProgressCollector | | Class | org.moeaframework.analysis | MOEA |
|
| Evaluator | | Class | org.moeaframework.analysis | MOEA |
|
| ExtractData | Command line utility for extracting data from a result file. | Class | org.moeaframework.analysis | MOEA |
|
| IndicatorCollector | Collects performance indicator values from an Algorithm. | Class | org.moeaframework.analysis | MOEA |
|
| InstrumentedAlgorithm | Decorates an algorithm to periodically collect information about its runtime behavior. | Class | org.moeaframework.analysis | MOEA |
|
| LaunchDiagnosticTool | Command line utility for launching the diagnostic tool. | Class | org.moeaframework.analysis | MOEA |
|
| LinePlot | Displays a line plot of the runtime dynamics of a metric, displaying the 25, 50, and 75 quantiles. | Class | org.moeaframework.analysis | MOEA |
|
| MetricFileReader | Reader for metric files produced by MetricFileWriter. | Class | org.moeaframework.analysis | MOEA |
|
| MetricFileWriter | Writes metric files. | Class | org.moeaframework.analysis | MOEA |
|
| Negater | Command line utility for negating objective values in result files. | Class | org.moeaframework.analysis | MOEA |
|
| OutputWriter | Writes output files. | Interface | org.moeaframework.analysis | MOEA |
|
| PaintHelper | Helper class for maintaining a mapping from series in a plot to their assigned paint. | Class | org.moeaframework.analysis | MOEA |
|
| Parameter | Defines a parameter. | Class | org.moeaframework.analysis | MOEA |
|
| ParameterFile | Loads the parameters in a parameter file. | Class | org.moeaframework.analysis | MOEA |
|
| Plot | Provides simple 2D plotting capabilities. | Class | org.moeaframework.analysis | MOEA |
|
| PopulationSizeCollector | Collects the population size and archive size, if available, from an EvolutionaryAlgorithm. | Class | org.moeaframework.analysis | MOEA |
|
| ProblemStub | A problem stub with a defined number of objectives, but no decision variables or constraints. | Class | org.moeaframework.analysis | MOEA |
|
| ResultEntry | An entry in a result file. | Class | org.moeaframework.analysis | MOEA |
|
| ResultFileEvaluator | Command line utility for evaluating the approximation sets stored in a result file and computing its metric file. | Class | org.moeaframework.analysis | MOEA |
|
| ResultFileInfo | Command line utility for counting the number of entries in a result file. | Class | org.moeaframework.analysis | MOEA |
|
| ResultFileMerger | | Class | org.moeaframework.analysis | MOEA |
|
| ResultFileReader | Reads result files created by ResultFileWriter. | Class | org.moeaframework.analysis | MOEA |
|
| ResultFileSeedMerger | Command line utility for merging the approximation sets in one or more result files across the seeds. | Class | org.moeaframework.analysis | MOEA |
|
| ResultFileWriter | Writes result files. | Class | org.moeaframework.analysis | MOEA |
|
| ResultKey | The key for a result entry, allowing distinct algorithm and problem pairingsSee Also:Serialized Form | Class | org.moeaframework.analysis | MOEA |
|
| ResultPlot | Abstract Swing component for displaying results. | Class | org.moeaframework.analysis | MOEA |
|
| SampleGenerator | | Class | org.moeaframework.analysis | MOEA |
|
| SampleReader | Reads the parameter samples from the output of SampleGenerator. | Class | org.moeaframework.analysis | MOEA |
|
| SetContribution | Command line utility for reporting the number of solutions in a set that are contained within a reference set. | Class | org.moeaframework.analysis | MOEA |
|
| SetGenerator | Command line utility for generating reference sets for a given problem. | Class | org.moeaframework.analysis | MOEA |
|
| SetHypervolume | Command line utility for calculating the hypervolume of approximation sets. | Class | org.moeaframework.analysis | MOEA |
|
| SimpleStatistics | Command line utility for computing statistics across multiple data files. | Class | org.moeaframework.analysis | MOEA |
|
| SobolAnalysis | Global sensitivity analysis of blackbox model output using Saltelli's improved Sobol' global variance decomposition procedure. | Class | org.moeaframework.analysis | MOEA |
|
| Solve | Command line utility for solving an optimization problem using any of the supported optimization algorithms. | Class | org.moeaframework.analysis | MOEA |
|
| SortedListModel | A sorted ListModel which stores only unique entries. | Class | org.moeaframework.analysis | MOEA |
|
| StatisticalResultsViewer | Window for displaying statistical results. | Class | org.moeaframework.analysis | MOEA |