OptaPlanner core 6.2.0.Beta1

Uses of Class
org.optaplanner.core.impl.heuristic.selector.common.iterator.SelectionIterator

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
 

Subclasses of SelectionIterator in org.optaplanner.core.impl.heuristic.selector.move.composite
 class CartesianProductMoveSelector.OriginalCartesianProductMoveIterator
           
 class CartesianProductMoveSelector.RandomCartesianProductMoveIterator
           
 class UnionMoveSelector.RandomUnionMoveIterator
           
 


OptaPlanner core 6.2.0.Beta1

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.