Package org.moeaframework.analysis.series
package org.moeaframework.analysis.series
Stores a series of results.
-
ClassDescriptionReferences 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 byIndexedResult
orResultSeries
.Stores a population, typically the non-dominated result from an algorithm, along with any associated properties.Stores a collectionResultEntry
in a series ordered by the index.