Class MOEAFrameworkAlgorithmResult
- java.lang.Object
-
- ai.libs.jaicore.ea.algorithm.moea.moeaframework.MOEAFrameworkAlgorithmResult
-
- All Implemented Interfaces:
IEvolutionaryAlgorithmResult<org.moeaframework.core.Population>
public class MOEAFrameworkAlgorithmResult extends java.lang.Object implements IEvolutionaryAlgorithmResult<org.moeaframework.core.Population>
-
-
Constructor Summary
Constructors Constructor Description MOEAFrameworkAlgorithmResult(org.moeaframework.core.NondominatedPopulation result, org.moeaframework.core.Population population)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.moeaframework.core.PopulationgetPopulation()org.moeaframework.core.PopulationgetResult()
-
-
-
Method Detail
-
getPopulation
public org.moeaframework.core.Population getPopulation()
- Specified by:
getPopulationin interfaceIEvolutionaryAlgorithmResult<org.moeaframework.core.Population>
-
getResult
public org.moeaframework.core.Population getResult()
- Specified by:
getResultin interfaceIEvolutionaryAlgorithmResult<org.moeaframework.core.Population>
-
-