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, setOutputParameter
public UntilBest(Problem problem)
problem
- Problem to solvepublic 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