Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
GeneticGridProblemMediator
This class models the hyper-heuristic grid problem to be solved based on genetic algorithms.
|
class |
SingleGridProblemMediator
This class models the hyper-heuristic grid problem to be solved using a single centralised
approach of solving the grid or table of data values, possibly in one pass.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterStats.calcStats(GridProblemMediator problemSpec,
MatchResult solutionSet)
Calculate the stats.
|
void |
ClusterStats_Def.calcStats(GridProblemMediator problemSpec,
MatchResult solutionSet)
Calculate the stats.
|