Package | Description |
---|---|
org.licas.ai_solver |
Problem-solving packages, this includes base factory classes, categorised, that can be extended.
|
org.licas.ai_solver.mediator |
The problem-solving tests are mediated from the classes of this and sub-packages,
as the central location to send/receive messages, initialise values, etc.
|
org.licas.ai_solver.parser |
For parsing problem-solver specifications and descriptions.
|
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.
|
org.licas.ai_solver.spec.test |
Test specifications can store intermediary value sets that then get copied to the problem
specifications, but also other values, relating to how the test process runs, so all
of the specification is initially stored here.
|
Class and Description |
---|
ProblemScript
This class reads an XML file and loads in a specification for a set of test runs.
|
Class and Description |
---|
ProblemScript
This class reads an XML file and loads in a specification for a set of test runs.
|
Class and Description |
---|
GridProblemScript
This class reads an XML file and loads in a specification for a set of test runs.
|
KnnProblemScript
This class reads an XML file and loads in a specification for a set of test runs.
|
ProblemScript
This class reads an XML file and loads in a specification for a set of test runs.
|
SomProblemScript
This class reads an XML file and loads in a specification for a set of test runs.
|
Class and Description |
---|
ProblemScript
This class reads an XML file and loads in a specification for a set of test runs.
|
TestRunsScript
This class reads an XML file and loads in a specification for a set of test runs.
|
Class and Description |
---|
ProblemScript
This class reads an XML file and loads in a specification for a set of test runs.
|