Package | Description |
---|---|
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 | 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 |
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.
|