Package | Description |
---|---|
org.licas.ai_solver |
Problem-solving packages, this includes base factory classes, categorised, that can be extended.
|
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.
|
Modifier and Type | Method and Description |
---|---|
TestDef |
DefaultSolverMediators.getTestMediator(java.lang.String solverType,
java.lang.String serviceType)
Create and return the appropriate test mediator to execute the services in the framework.
|
abstract TestDef |
SolverMediators.getTestMediator(java.lang.String solverType,
java.lang.String serviceType)
Create and return the appropriate test mediator to execute the services in the framework.
|
Modifier and Type | Class and Description |
---|---|
class |
GridTests
The main class for running tests on the grid matching hyper-heuristic or hill-climbing framework.
|
class |
KnnTests
The main class for running tests using the k nearest neighbour framework.
|
class |
LinkTests
The main class for running distributed linking tests.
|
class |
RunTests
The main class for starting a set of problem-solving tests, using the
InformationService
services as the default type. |
class |
SearchTests
The main class for running tests on the hill-climbing search framework.
|
class |
SomTests
The main class for running tests using the SOM neural network framework.
|