See: Description
| Class | Description |
|---|---|
| GeneticGridProblemMediator |
This class models the hyper-heuristic grid problem to be solved based on genetic algorithms.
|
| GridProblemMediator |
This is the abstract base class for modelling the grid problem.
|
| IterateMediatorCentral |
This is the abstract base class for modelling a solver that iterates over more than
one test runs, as part of a centralised problem solver.
|
| IterateMediatorEvolve |
This is the abstract base class for modelling a solver that evolves new solutions.
|
| KnnProblemMediator |
This class models the problem to be solved based on a centralised K-Nearest Neighbour.
|
| LinkProblemMediator |
This class models the problem to be solved based on distributed services with
linking mechanisms.
|
| ProblemMediator |
This class should be implemented by all problem specification classes.
|
| ProblemMediatorCentral |
This is the abstract base class for modelling a solver that receives data from one
or more services and processes it locally.
|
| ProblemMediatorDistributed |
This is a base reference class for problems solved in a distributed manner over
the network.
|
| SearchProblemMediator |
This class models the problem to be solved using a centralised search procedure
that iterates over cycles of test runs, as in a tree search.
|
| SingleGridProblemMediator |
This class models the hyper-heuristic grid problem to be solved using a single centralised
approach of solving the grid or table of data values, possibly in one pass.
|
| SomProblemMediator |
This class models the problem to be solved based on a centralised SOM neural network.
|