Package org.moeaframework.analysis


package org.moeaframework.analysis
Tools for analyzing the runtime and end-of-run behavior of algorithms.
List of subpackages
Package Description
org.moeaframework.analysis.collector The collector API provides the tools for collecting runtime information from algorithms and their internal components. A suite of collectors are provided in this package. See the Instrumenter for details on using the collector API.
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 provided by default in the MOEA Framework distribution).
org.moeaframework.analysis.io Classes for reading and writing various file formats. This includes parameter configuration files, sample files, result files, and metric files.
org.moeaframework.analysis.plot Generate simple 2D plots.
org.moeaframework.analysis.tools Command line tools for solving optimization problems and analyzing the results. This includes tools for running large-scale experiments on high performance computers (HPC), comparing results, and performing sensitivity analysis on parameters.