|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SolutionWeighing
Weighs an optimisation solution for selection to be either removed from the
Archive
or selected to be used as guide during the search process.
Method Summary | |
---|---|
SolutionWeighing |
getClone()
Create a cloned copy of the current object and return it. |
boolean |
weigh(List<Selection.Entry<OptimisationSolution>> elements)
Perform a weighing on the provided list of entries. |
Method Detail |
---|
SolutionWeighing getClone()
Weighing
getClone
in interface Cloneable
getClone
in interface Weighing<OptimisationSolution>
Object.clone()
boolean weigh(List<Selection.Entry<OptimisationSolution>> elements)
Weighing
weigh
in interface Weighing<OptimisationSolution>
elements
- The entries to weigh.
true
if successful, false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |