Package | Description |
---|---|
org.licas.ai_solver |
Problem-solving packages, this includes base factory classes, categorised, that can be extended.
|
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.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.
|
Modifier and Type | Method and Description |
---|---|
Evaluator |
DefaultSolverMediators.getSolverFrameworkMediator(java.lang.String solverType,
java.lang.String heuristicType)
Create and return the appropriate mediator for the current problem type.
|
abstract Evaluator |
SolverMediators.getSolverFrameworkMediator(java.lang.String solverType,
java.lang.String heuristicType)
Create and return the appropriate mediator for the current problem type.
|
Modifier and Type | Class and Description |
---|---|
class |
GridEvaluator
This class runs a set of generic tests on the specified hyper-heuristic grid problem model.
|
class |
KnnEvaluator
This class generates and solves problems using a k nearest neighbour algorithm.
|
class |
LinkEvaluator
This class runs a set of generic tests on the distributed linking problem model.
|
class |
SearchEvaluator
This class runs a set of tests on the specified search problem model.
|
class |
SomEvaluator
This class generates and solves problems using a SOM neural network.
|
Modifier and Type | Field and Description |
---|---|
Evaluator |
RunTests.evalMediator
To evaluate the solution sets
|