public class RandomSearch extends Algorithm
inputParameters_, operators_, outPutParameters_, problem_| Constructor and Description |
|---|
RandomSearch(Problem problem)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
SolutionSet |
execute()
Runs the RandomSearch algorithm.
|
addOperator, getInputParameter, getOperator, getOutputParameter, getProblem, setInputParameter, setOutputParameterpublic RandomSearch(Problem problem)
problem - Problem to solvepublic SolutionSet execute() throws JMException, java.lang.ClassNotFoundException
execute in class AlgorithmSolutionSet that is a set of solutions
as a result of the algorithm executionJMExceptionjava.lang.ClassNotFoundException