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.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.problem |
Problem specifications deal more with defining the problem itself and managing solution
execution sequences.
|
org.licas.ai_solver.model.result |
Classes for returning the problem solver result.
|
org.licas.ai_solver.stat |
For making some basic statistical calculations over the results.
|
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.
|
org.licas.ai_solver.util |
Mostly pre-defined constant values, but also some utility methods.
|
Class and Description |
---|
ClusterResult
This class stores a list of clusters of type
Cluster , that represent a reference set. |
Class and Description |
---|
Result
This is a base class for storing the result of applying a problem solver on the problem set.
|
Class and Description |
---|
Result
This is a base class for storing the result of applying a problem solver on the problem set.
|
Class and Description |
---|
Result
This is a base class for storing the result of applying a problem solver on the problem set.
|
Class and Description |
---|
ClusterResult
This class stores a list of clusters of type
Cluster , that represent a reference set. |
MatchResult
This class stores a list of matching
MatchPair references, to be used
to process two solutions further. |
Result
This is a base class for storing the result of applying a problem solver on the problem set.
|
Class and Description |
---|
Cluster
This class represents a single cluster of the solved problem.
|
MatchPair
This class stores the details of 'two' matching solutions.
|
Result
This is a base class for storing the result of applying a problem solver on the problem set.
|
Class and Description |
---|
MatchResult
This class stores a list of matching
MatchPair references, to be used
to process two solutions further. |
Result
This is a base class for storing the result of applying a problem solver on the problem set.
|
Class and Description |
---|
ClusterResult
This class stores a list of clusters of type
Cluster , that represent a reference set. |
Result
This is a base class for storing the result of applying a problem solver on the problem set.
|
Class and Description |
---|
Result
This is a base class for storing the result of applying a problem solver on the problem set.
|