| 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.spec |
Problem-solver specifications and descriptions that define how and what tests are run,
and also start the problem-solving process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KNN.initialiseKnn(KnnConfig knnConfig)
Initialise the knn.
|
| Modifier and Type | Field and Description |
|---|---|
protected KnnConfig |
KnnProblemMediator.knnConfig
Configuration values specific to the knn
|
| Modifier and Type | Field and Description |
|---|---|
KnnConfig |
KnnProblemScript.knnConfig
Configuration values specific to the knn
|