Uses of Class
org.optaplanner.core.impl.util.MemoizingSupply
Packages that use MemoizingSupply
Package
Description
- 
Uses of MemoizingSupply in org.optaplanner.core.impl.heuristic.selector.common.nearby
Fields in org.optaplanner.core.impl.heuristic.selector.common.nearby declared as MemoizingSupplyModifier and TypeFieldDescriptionprotected MemoizingSupply<NearbyDistanceMatrix<Object,Object>> AbstractNearbySelector.nearbyDistanceMatrixSupplyMethods in org.optaplanner.core.impl.heuristic.selector.common.nearby that return MemoizingSupplyModifier and TypeMethodDescriptionAbstractNearbyDistanceMatrixDemand.createExternalizedSupply(SupplyManager supplyManager) Constructors in org.optaplanner.core.impl.heuristic.selector.common.nearby with parameters of type MemoizingSupplyModifierConstructorDescriptionRandomNearbyIterator(MemoizingSupply<NearbyDistanceMatrix<Object, Object>> nearbyDistanceMatrixSupply, NearbyRandom nearbyRandom, Random workingRandom, Iterator<Object> replayingIterator, long childSize, boolean discardNearbyIndexZero)  - 
Uses of MemoizingSupply in org.optaplanner.core.impl.heuristic.selector.move.generic
Methods in org.optaplanner.core.impl.heuristic.selector.move.generic that return MemoizingSupplyModifier and TypeMethodDescriptionPillarDemand.createExternalizedSupply(SupplyManager supplyManager)