Uses of Class
ai.timefold.solver.core.impl.solver.ClassInstanceCache
Packages that use ClassInstanceCache
Package
Description
-
Uses of ClassInstanceCache in ai.timefold.solver.core.impl.heuristic
Methods in ai.timefold.solver.core.impl.heuristic that return ClassInstanceCacheMethods in ai.timefold.solver.core.impl.heuristic with parameters of type ClassInstanceCacheModifier and TypeMethodDescriptionHeuristicConfigPolicy.Builder.withClassInstanceCache(ClassInstanceCache classInstanceCache) -
Uses of ClassInstanceCache in ai.timefold.solver.core.impl.heuristic.selector.entity
Methods in ai.timefold.solver.core.impl.heuristic.selector.entity with parameters of type ClassInstanceCacheModifier and TypeMethodDescriptionprotected EntitySelector<Solution_>EntitySelectorFactory.applyProbability(SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder, EntitySelector<Solution_> entitySelector, ClassInstanceCache instanceCache) protected EntitySelector<Solution_>EntitySelectorFactory.applySorting(SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder, EntitySelector<Solution_> entitySelector, ClassInstanceCache instanceCache) -
Uses of ClassInstanceCache in ai.timefold.solver.core.impl.heuristic.selector.value
Methods in ai.timefold.solver.core.impl.heuristic.selector.value with parameters of type ClassInstanceCacheModifier and TypeMethodDescriptionprotected ValueSelector<Solution_>ValueSelectorFactory.applyFiltering(ValueSelector<Solution_> valueSelector, ClassInstanceCache instanceCache) protected ValueSelector<Solution_>ValueSelectorFactory.applyProbability(SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder, ValueSelector<Solution_> valueSelector, ClassInstanceCache instanceCache) protected ValueSelector<Solution_>ValueSelectorFactory.applySorting(SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder, ValueSelector<Solution_> valueSelector, ClassInstanceCache instanceCache) -
Uses of ClassInstanceCache in ai.timefold.solver.core.impl.solver
Methods in ai.timefold.solver.core.impl.solver that return ClassInstanceCache