Package org.moeaframework.analysis.series


package org.moeaframework.analysis.series
Stores a series of results.
  • Class
    Description
    References a ResultEntry stored in a series, in particular providing access to the index along with methods to iterate through the series.
    The type of index used by IndexedResult or ResultSeries.
    Stores a population, typically the non-dominated result from an algorithm, along with any associated properties.
    Stores a collection ResultEntry in a series ordered by the index.