Class MOEAFrameworkAlgorithmInput

    • Constructor Summary

      Constructors 
      Constructor Description
      MOEAFrameworkAlgorithmInput​(org.moeaframework.problem.AbstractProblem problem)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.moeaframework.problem.AbstractProblem getProblem()  
      • Methods inherited from class java.lang.Object

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

      • MOEAFrameworkAlgorithmInput

        public MOEAFrameworkAlgorithmInput​(org.moeaframework.problem.AbstractProblem problem)
    • Method Detail

      • getProblem

        public org.moeaframework.problem.AbstractProblem getProblem()
        Specified by:
        getProblem in interface IMOEAFrameworkAlgorithmInput
        Returns:
        Returns a problem instance specific to the MOEAFramework.