public class MOEAFrameworkAlgorithmResult extends java.lang.Object implements IEvolutionaryAlgorithmResult<org.moeaframework.core.Population>
| Constructor and Description |
|---|
MOEAFrameworkAlgorithmResult(org.moeaframework.core.NondominatedPopulation result,
org.moeaframework.core.Population population) |
| Modifier and Type | Method and Description |
|---|---|
org.moeaframework.core.Population |
getPopulation() |
org.moeaframework.core.Population |
getResult() |
public MOEAFrameworkAlgorithmResult(org.moeaframework.core.NondominatedPopulation result,
org.moeaframework.core.Population population)
public org.moeaframework.core.Population getPopulation()
getPopulation in interface IEvolutionaryAlgorithmResult<org.moeaframework.core.Population>public org.moeaframework.core.Population getResult()
getResult in interface IEvolutionaryAlgorithmResult<org.moeaframework.core.Population>