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, setOutputParameter
public Bestof2(Problem problem)
problem
- Problem to solvepublic SolutionSet solutionBest(SolutionSet result)
public SolutionSet execute() throws JMException, java.lang.ClassNotFoundException
execute
in class Algorithm
SolutionSet
that is a set of non dominated
solutions as a result of the algorithm executionJMException
java.lang.ClassNotFoundException