public class PAES extends Algorithm
inputParameters_, operators_, outPutParameters_, problem_
Constructor and Description |
---|
PAES(Problem problem)
Create a new PAES instance for resolve a problem
|
Modifier and Type | Method and Description |
---|---|
SolutionSet |
execute()
Runs of the Paes algorithm.
|
Solution |
test(Solution solution,
Solution mutatedSolution,
AdaptiveGridArchive archive)
Tests two solutions to determine which one becomes be the guide of PAES
algorithm
|
addOperator, getInputParameter, getOperator, getOutputParameter, getProblem, setInputParameter, setOutputParameter
public PAES(Problem problem)
problem
- Problem to solvepublic Solution test(Solution solution, Solution mutatedSolution, AdaptiveGridArchive archive)
solution
- The actual guide of PAESmutatedSolution
- A candidate guidepublic 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