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, setOutputParameterpublic 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 AlgorithmSolutionSet that is a set of non dominated solutions
as a result of the algorithm executionJMExceptionjava.lang.ClassNotFoundException