Class MOEAFrameworkAlgorithmResult

    • 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.Population getPopulation()  
      org.moeaframework.core.Population getResult()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MOEAFrameworkAlgorithmResult

        public MOEAFrameworkAlgorithmResult​(org.moeaframework.core.NondominatedPopulation result,
                                            org.moeaframework.core.Population population)