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 | Field and Description |
---|---|
protected MatchResult |
GridProblemMediator.lastGridSolution
The previous grid solution, before this one
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
GridProblemMediator.calcResultsBetter(MatchResult solutionSet)
This method checks for conditions that indicate that the current set of
results are better than the previous set.
|
protected void |
CentralIterateMediator.calcTestEnded(MatchResult solutionSet)
This method checks for conditions that indicate that the test runs
have or should be terminated.
|
protected void |
GridProblemMediator.calcTestEnded(MatchResult solutionSet)
Check for conditions that indicate that the test runs have or should be
terminated.
|
protected void |
SearchProblemMediator.calcTestEnded(MatchResult solutionSet)
Check for conditions that indicate that the test runs have or should be
terminated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ClusterStats.calcNameStats(MatchResult gridSolution)
Calculate stats based on the solution names.
|
void |
ClusterStats.calcStats(GridProblemMediator problemSpec,
MatchResult solutionSet)
Calculate the stats.
|
void |
ClusterStats_Def.calcStats(GridProblemMediator problemSpec,
MatchResult solutionSet)
Calculate the stats.
|