Package | Description |
---|---|
org.licas.ai_solver.central |
Centralised solutions, where services send their data to a single problem solver, which sorts it and can return a result.
|
org.licas.ai_solver.mediator.problem |
Problem specifications deal more with defining the problem itself and managing solution
execution sequences.
|
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 |
---|---|
ClusterResult |
KNN.runTest()
Run the knn algorithm test.
|
ClusterResult |
SomNN.runTest()
Run the SOM neural network test.
|
Modifier and Type | Method and Description |
---|---|
protected ClusterResult |
LinkProblemMediator.toClusters(TestSpec testSpec)
Ask each service in turn who it is clustered with.
|
Modifier and Type | Method and Description |
---|---|
protected ClusterResult |
GridTests.toCLusters(java.util.ArrayList finalSolutions)
Convert the cluster lists into a cluster object.
|