public class Bestof2 extends Algorithm
inputParameters_, operators_, outPutParameters_, problem_| Modifier and Type | Method and Description | 
|---|---|
SolutionSet | 
execute()
Runs the NSGA-II algorithm. 
 | 
SolutionSet | 
solutionBest(SolutionSet result)  | 
addOperator, getInputParameter, getOperator, getOutputParameter, getProblem, setInputParameter, setOutputParameterpublic Bestof2(Problem problem)
problem - Problem to solvepublic SolutionSet solutionBest(SolutionSet result)
public 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