Uses of Class
org.optaplanner.core.impl.heuristic.selector.common.iterator.SelectionIterator
-
-
Uses of SelectionIterator in org.optaplanner.core.impl.heuristic.selector.common.iterator
Subclasses of SelectionIterator in org.optaplanner.core.impl.heuristic.selector.common.iterator Modifier and Type Class Description classAbstractOriginalChangeIterator<Solution_,Move_ extends Move<Solution_>>classAbstractOriginalSwapIterator<Solution_,Move_ extends Move<Solution_>,SubSelection_>classAbstractRandomChangeIterator<Solution_,Move_ extends Move<Solution_>>classAbstractRandomSwapIterator<Solution_,Move_ extends Move<Solution_>,SubSelection_>classCachedListRandomIterator<S>ThisIteratordoes not shuffle and is never ending.classUpcomingSelectionIterator<S>IMPORTANT: The constructor of any subclass of this abstract class, should never call any of its childSelector'sIterator.hasNext()orIterator.next()methods, because that can cause descendantSelectors to be selected too early (which breaksMimicReplayingEntitySelector). -
Uses of SelectionIterator in org.optaplanner.core.impl.heuristic.selector.entity.decorator
Subclasses of SelectionIterator in org.optaplanner.core.impl.heuristic.selector.entity.decorator Modifier and Type Class Description protected classFilteringEntitySelector.JustInTimeFilteringEntityIterator -
Uses of SelectionIterator in org.optaplanner.core.impl.heuristic.selector.move.composite
Subclasses of SelectionIterator in org.optaplanner.core.impl.heuristic.selector.move.composite Modifier and Type Class Description classCartesianProductMoveSelector.OriginalCartesianProductMoveIteratorclassCartesianProductMoveSelector.RandomCartesianProductMoveIteratorclassUnionMoveSelector.RandomUnionMoveIterator -
Uses of SelectionIterator in org.optaplanner.core.impl.heuristic.selector.value.decorator
Subclasses of SelectionIterator in org.optaplanner.core.impl.heuristic.selector.value.decorator Modifier and Type Class Description protected classFilteringValueSelector.JustInTimeFilteringValueIteratorprotected classInitializedValueSelector.JustInTimeInitializedValueIterator
-