|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StandardNeighbourSelection | |
|---|---|
| net.sf.cpsolver.coursett.heuristics | University Course Timetabling: Heuristics. |
| net.sf.cpsolver.ifs.heuristics | IFS Heuristics (value and variable selection criteria) |
| net.sf.cpsolver.studentsct.heuristics | Student Sectioning: Heuristics. |
| Uses of StandardNeighbourSelection in net.sf.cpsolver.coursett.heuristics |
|---|
| Subclasses of StandardNeighbourSelection in net.sf.cpsolver.coursett.heuristics | |
|---|---|
class |
NeighbourSelectionWithSuggestions
Neighbour selection which does the standard time neighbour selection most of the time, however, the very best neighbour is selected time to time (using backtracking based search). |
| Uses of StandardNeighbourSelection in net.sf.cpsolver.ifs.heuristics |
|---|
| Subclasses of StandardNeighbourSelection in net.sf.cpsolver.ifs.heuristics | |
|---|---|
class |
BacktrackNeighbourSelection<V extends Variable<V,T>,T extends Value<V,T>>
Backtracking-based neighbour selection. |
class |
RoundRobinNeighbourSelection<V extends Variable<V,T>,T extends Value<V,T>>
A round robin neighbour selection. |
| Uses of StandardNeighbourSelection in net.sf.cpsolver.studentsct.heuristics |
|---|
| Subclasses of StandardNeighbourSelection in net.sf.cpsolver.studentsct.heuristics | |
|---|---|
class |
RandomizedBacktrackNeighbourSelection
Randomized backtracking-based neighbour selection. |
class |
StudentSctNeighbourSelection
(Batch) student sectioning neighbour selection. |
class |
TwoPhaseStudentSctNeighbourSelection
Two-phase (Batch) student sectioning neighbour selection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||