Package | Description |
---|---|
org.licas.ai_solver |
Problem-solving packages, this includes base factory classes, categorised, that can be extended.
|
org.licas.ai_solver.def |
Problem-solving interface, to help to define the class hierarchy.
|
org.licas.ai_solver.mediator.problem |
Problem specifications deal more with defining the problem itself and managing solution
execution sequences.
|
org.licas.ai_solver.stat |
For making some basic statistical calculations over the results.
|
Modifier and Type | Method and Description |
---|---|
ProcessResult |
DefaultSolverData.getProcessResult(java.lang.String solverType)
Get the object used to process the solver result, maybe to create lists of links.
|
abstract ProcessResult |
SolverData.getProcessResult(java.lang.String solverType)
Get the object used to process the solver result, maybe to create lists of links.
|
Modifier and Type | Method and Description |
---|---|
ProcessResult |
ProblemMediatorDef.processResult(java.lang.String solverType)
Process the result.
|
Modifier and Type | Method and Description |
---|---|
ProcessResult |
ProblemMediator.processResult(java.lang.String solverType)
Calculate any stats on the clustered solutions.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterStats
This class can be used to compare solutions and calculate some stats relating
to ones that are grouped together.
|