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 |
CentralProblemMediator
This is the abstract base class for modelling a solver that recieves data from one
or more services and processes it locally.
|
class |
DistributedProblemMediator
This is a base reference class for problems solved in a distributed manner over
the network.
|
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 |
LinkProblemMediator
This class models the problem to be solved based on distributed services with
linking mechanisms.
|
class |
ProblemMediator
This class should be implemented by all problem specification classes.
|
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.
|