Class ResultEntry

java.lang.Object
org.moeaframework.analysis.series.ResultEntry
All Implemented Interfaces:
Serializable

public class ResultEntry extends Object implements Serializable
Stores a population, typically the non-dominated result from an algorithm, along with any associated properties.
See Also:
  • Field Details

    • NFE

      public static final String NFE
      Property used to store the number of function evaluations (NFE).
      See Also:
    • ElapsedTime

      public static final String ElapsedTime
      Property used to store the elapsed wall-clock time.
      See Also:
  • Constructor Details

    • ResultEntry

      public ResultEntry(Population population)
      Constructs a result with the specified population.
      Parameters:
      population - the population
    • ResultEntry

      public ResultEntry(Population population, TypedProperties properties)
      Constructs a result with the specified population and properties.
      Parameters:
      population - the population
      properties - the properties
  • Method Details

    • getPopulation

      public Population getPopulation()
      Returns the population associated with this result.
      Returns:
      the population
    • getProperties

      public TypedProperties getProperties()
      Returns the properties associated with this result.
      Returns:
      the properties