|
OptaPlanner distribution 6.1.0.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SelectionIterator | |
|---|---|
| org.optaplanner.core.impl.heuristic.selector.common.iterator | |
| org.optaplanner.core.impl.heuristic.selector.move.composite | |
| Uses of SelectionIterator in org.optaplanner.core.impl.heuristic.selector.common.iterator |
|---|
| Subclasses of SelectionIterator in org.optaplanner.core.impl.heuristic.selector.common.iterator | |
|---|---|
class |
AbstractOriginalSwapIterator<S,SubS>
|
class |
AbstractRandomSwapIterator<S,SubS>
|
class |
CachedListRandomIterator<S>
This Iterator does not shuffle and is never ending. |
class |
UpcomingSelectionIterator<S>
IMPORTANT: The constructor of any subclass of this abstract class, should never call any of its child Selector's Iterator.hasNext() or Iterator.next() methods,
because that can cause descendant Selectors to be selected too early
(which breaks MimicReplayingEntitySelector). |
| Uses of SelectionIterator in org.optaplanner.core.impl.heuristic.selector.move.composite |
|---|
|
OptaPlanner distribution 6.1.0.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||