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.model |
Base classes for modelling and storing problams and solutions with results.
|
org.licas.ai_solver.model.comp |
Classes for modelling and storing solutions that compare or aggregate solution sets.
|
org.licas.ai_solver.model.genetic |
Classes for the genetic algorithm solutions.
|
org.licas.ai_solver.model.result |
Classes for returning the problem solver result.
|
Modifier and Type | Field and Description |
---|---|
protected EvalBounds |
GridProblemMediator.intermediateBounds
Intermediate solution results
|
Modifier and Type | Field and Description |
---|---|
protected EvalBounds |
Solution.evaluation
The result of evaluating this solution.
|
Modifier and Type | Method and Description |
---|---|
EvalBounds |
EvaluationSet.get(int index)
Get the
EvalBounds object at the specified index. |
EvalBounds |
Solution.getEvaluation()
Get the result that this solution has produced.
|
Modifier and Type | Method and Description |
---|---|
void |
Solution.setEvaluation(EvalBounds theEvaluation)
Set the evaluation value for the result.
|
Modifier and Type | Field and Description |
---|---|
protected EvalBounds |
HyperCompoundSolution.compoundSolutionResult
The result of evaluating this compound solution.
|
Modifier and Type | Method and Description |
---|---|
EvalBounds |
HyperCompoundSolution.getSolutionResult()
Get the result that this compound solution has produced.
|
Modifier and Type | Method and Description |
---|---|
protected EvalBounds |
HeuristicGeneticSolution.solveNextSolution(org.ai_heuristic.eval.metric.MetricDataset problemDataset)
Calculate the result of this solution over the specified problem dataset.
|
Modifier and Type | Field and Description |
---|---|
protected EvalBounds |
Result.evaluation
Result evaluation bounds if used.
|
Modifier and Type | Method and Description |
---|---|
EvalBounds |
Result.getEvaluation()
Get an evaluation that the process has produced.
|
Modifier and Type | Method and Description |
---|---|
void |
Result.setEvaluation(EvalBounds theEvaluation)
Set the evaluation value for the result.
|