Package | Description |
---|---|
org.licas.ai_solver.mediator.problem |
Problem specifications deal more with defining the problem itself and managing solution
execution sequences.
|
Modifier and Type | Class and Description |
---|---|
class |
CentralIterateMediator
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.
|
class |
GeneticGridProblemMediator
This class models the hyper-heuristic grid problem to be solved based on genetic algorithms.
|
class |
GridProblemMediator
This is the abstract base class for modelling the grid problem.
|
class |
KnnProblemMediator
This class models the problem to be solved based on a centralised K-Nearest Neighbour.
|
class |
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.
|
class |
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.
|
class |
SomProblemMediator
This class models the problem to be solved based on a centralised SOM neural network.
|