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.model.genetic |
Classes for the genetic algorithm solutions.
|
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 |
---|
EvaluateSolverData
This is an extension to the licas
EvaluateData object to allow some other
AI-related structures to be included. |
Evaluator
This class should be implemented by any evaluation framework, to mediate between
the problem-solver and the services that are part of the problem solving process.
|
Class and Description |
---|
Evaluator
This class should be implemented by any evaluation framework, to mediate between
the problem-solver and the services that are part of the problem solving process.
|
Class and Description |
---|
EvaluateGenData
This is the base class for evaluating problem data, more specifically using the
genetic algorithms classes, but can be used for other types as well.
|
Class and Description |
---|
Evaluator
This class should be implemented by any evaluation framework, to mediate between
the problem-solver and the services that are part of the problem solving process.
|