Uses of Class
org.optaplanner.core.impl.util.MemoizingSupply
Package
Description
-
Uses of MemoizingSupply in org.optaplanner.core.impl.heuristic.selector.common.nearby
Modifier and TypeFieldDescriptionprotected MemoizingSupply<NearbyDistanceMatrix<Object,
Object>> AbstractNearbySelector.nearbyDistanceMatrixSupply
Modifier and TypeMethodDescriptionAbstractNearbyDistanceMatrixDemand.createExternalizedSupply
(SupplyManager supplyManager) ModifierConstructorDescriptionRandomNearbyIterator
(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
Modifier and TypeMethodDescriptionPillarDemand.createExternalizedSupply
(SupplyManager supplyManager)