Package org.moeaframework.analysis.io
package org.moeaframework.analysis.io
File formats used by the MOEA Framework analysis codes. The main file formats are:
- Parameter configuration files - Stores a list of parameters and their bounds;
- Samples file - Stores the sampled parameters, each row corresponding to a set of parameters;
- Result file - Stores approximation set outputs from one or more runs; and
- Metric file - Stores the standard metrics (hypervolume, generational distance, etc.) corresponding to entries in a result file.
-
ClassDescriptionReader for metric files produced by
MetricFileWriter
.Writes metric files.Enumeration of metrics that are written to the metric file.Reads result files created byResultFileWriter
.Writes result files.Abstract class for result writers.