Package | Description |
---|---|
org.licas.ai_solver.model.comp |
Classes for modelling and storing solutions that compare or aggregate solution sets.
|
Modifier and Type | Class and Description |
---|---|
class |
HyperCompoundSolution
This is a complete implementation of a compound solution for a hyper-heuristic framework.
|
Modifier and Type | Method and Description |
---|---|
CompoundSolution |
CompoundSolution.randomiseNewSolutionOrder(CompoundSolution previousSolution)
Randomise the order of any new solutions since the previous solution set and
return in a new compound solution.
|
Modifier and Type | Method and Description |
---|---|
CompoundSolution |
CompoundSolution.randomiseNewSolutionOrder(CompoundSolution previousSolution)
Randomise the order of any new solutions since the previous solution set and
return in a new compound solution.
|
static HyperCompoundSolution |
HyperCompoundSolution.toHyperCompoundSolution(CompoundSolution compSoln)
Convert the compound solution into a hyper compound solution.
|