|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LazyNeighbour | |
---|---|
net.sf.cpsolver.exam.heuristics | Examination Timetabling: Solution Heuristics. |
net.sf.cpsolver.ifs.model | IFS Model (description of a problem) |
Uses of LazyNeighbour in net.sf.cpsolver.exam.heuristics |
---|
Methods in net.sf.cpsolver.exam.heuristics with parameters of type LazyNeighbour | |
---|---|
boolean |
ExamSimulatedAnnealing.accept(LazyNeighbour<Exam,ExamPlacement> neighbour,
double value)
Accept lazy neighbour |
boolean |
ExamHillClimbing.accept(LazyNeighbour<Exam,ExamPlacement> neighbour,
double value)
Accept lazy neighbour |
boolean |
ExamGreatDeluge.accept(LazyNeighbour<Exam,ExamPlacement> neighbour,
double value)
Accept lazy neighbour |
Uses of LazyNeighbour in net.sf.cpsolver.ifs.model |
---|
Subclasses of LazyNeighbour in net.sf.cpsolver.ifs.model | |
---|---|
class |
LazySwap<V extends Variable<V,T>,T extends Value<V,T>>
Lazy swap of two variables. |
Methods in net.sf.cpsolver.ifs.model with parameters of type LazyNeighbour | |
---|---|
boolean |
LazyNeighbour.LazyNeighbourAcceptanceCriterion.accept(LazyNeighbour<V,T> neighbour,
double value)
True when the currently assigned neighbour should be accepted (false means that the change will be undone |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |