Package | Description |
---|---|
org.licas.ai_solver |
Problem-solving packages, this includes base factory classes, categorised, that can be extended.
|
org.licas.ai_solver.eval |
Problem-solving evaluations, to initialise or start the process and perform some actual
default evaluation types, including generic object indentification and then related evaluation service.
|
org.licas.ai_solver.mediator |
The problem-solving tests are mediated from the classes of this and sub-packages,
as the central location to send/receive messages, initialise values, etc.
|
org.licas.ai_solver.mediator.problem |
Problem specifications deal more with defining the problem itself and managing solution
execution sequences.
|
org.licas.ai_solver.stat |
For making some basic statistical calculations over the results.
|
org.licas.ai_solver.test |
The problem-solving tests are set-up from the classes of this package that typically
read and create test specifications first and translate those over to the problem specifications,
before executing the tests.
|
Class and Description |
---|
ProblemMediator
This class should be implemented by all problem specification classes.
|
Class and Description |
---|
ProblemMediator
This class should be implemented by all problem specification classes.
|
Class and Description |
---|
ProblemMediator
This class should be implemented by all problem specification classes.
|
Class and Description |
---|
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.
|
CentralProblemMediator
This is the abstract base class for modelling a solver that recieves data from one
or more services and processes it locally.
|
DistributedProblemMediator
This is a base reference class for problems solved in a distributed manner over
the network.
|
GridProblemMediator
This is the abstract base class for modelling the grid problem.
|
ProblemMediator
This class should be implemented by all problem specification classes.
|
Class and Description |
---|
GridProblemMediator
This is the abstract base class for modelling the grid problem.
|
Class and Description |
---|
ProblemMediator
This class should be implemented by all problem specification classes.
|