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 |
SomNN.initialiseSom(SomConfig somConfig)
Initialise the SOM neural network.
|
Modifier and Type | Field and Description |
---|---|
protected SomConfig |
SomProblemMediator.somConfig
Configuration values specific to the SOM neural network
|
Modifier and Type | Field and Description |
---|---|
SomConfig |
SomProblemScript.somConfig
Configuration values specific to the SOM neural network
|