Package | Description |
---|---|
org.licas.ai_solver |
Problem-solving packages, this includes base factory classes, categorised, that can be extended.
|
org.licas.ai_solver.central.grid |
Implementation of the new hyper-heuristic
matching framework that prefers
similarity matches over maximising outright, but used as part of a genetic-algorithm solution. |
org.licas.ai_solver.def |
Problem-solving interface, to help to define the class hierarchy.
|
org.licas.ai_solver.eval |
Problem-solving evaluations, to initialise or start the process and perform some actual
default evaluation types, including generic object indentification and then related evaluation service.
|
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.mediator.problem |
Problem specifications deal more with defining the problem itself and managing solution
execution sequences.
|
org.licas.ai_solver.search |
Implementation of some basic search frameworks.
|
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.
|
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.
|
Class and Description |
---|
TestSpec
This class should be extended by all test specification classes.
|
Class and Description |
---|
TestSpec
This class should be extended by all test specification classes.
|
Class and Description |
---|
TestSpec
This class should be extended by all test specification classes.
|
Class and Description |
---|
TestSpec
This class should be extended by all test specification classes.
|
Class and Description |
---|
TestSpec
This class should be extended by all test specification classes.
|
Class and Description |
---|
TestSpec
This class should be extended by all test specification classes.
|
Class and Description |
---|
TestSpec
This class should be extended by all test specification classes.
|
Class and Description |
---|
TestSpec
This class should be extended by all test specification classes.
|
Class and Description |
---|
TestSpec
This class should be extended by all test specification classes.
|