public class UntilBest extends Algorithm
inputParameters_, operators_, outPutParameters_, problem_| Modifier and Type | Method and Description | 
|---|---|
SolutionSet | 
execute()
Runs the NSGA-II algorithm. 
 | 
addOperator, getInputParameter, getOperator, getOutputParameter, getProblem, setInputParameter, setOutputParameterpublic UntilBest(Problem problem)
problem - Problem to solvepublic SolutionSet execute() throws JMException, java.lang.ClassNotFoundException
execute in class AlgorithmSolutionSet that is a set of non dominated
 solutions as a result of the algorithm executionJMExceptionjava.lang.ClassNotFoundException