Package org.moeaframework.analysis.io


package org.moeaframework.analysis.io
File formats used by the MOEA Framework analysis codes. The main file formats are:
  1. Parameter configuration files - Stores a list of parameters and their bounds;
  2. Samples file - Stores the sampled parameters, each row corresponding to a set of parameters;
  3. Result file - Stores approximation set outputs from one or more runs; and
  4. Metric file - Stores the standard metrics (hypervolume, generational distance, etc.) corresponding to entries in a result file.