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 of files containing matrices.Reader for metric files produced by
MetricFileWriter
.Writes metric files.Enumeration of metrics that are written to the metric file.The settings used when writing metric files.Writes output files.Common settings when creating an output writer.Defines a parameter.Loads the parameters in a parameter file.An entry in a result file.Reads result files created byResultFileWriter
.Writes result files.The settings used when writing result files.Reads the parameter samples from the output ofSampleGenerator
.