Uses of Class
ai.timefold.solver.core.impl.solver.ClassInstanceCache
-
-
Uses of ClassInstanceCache in ai.timefold.solver.core.impl.heuristic
Methods in ai.timefold.solver.core.impl.heuristic that return ClassInstanceCache Modifier and Type Method Description ClassInstanceCacheHeuristicConfigPolicy. getClassInstanceCache()Constructors in ai.timefold.solver.core.impl.heuristic with parameters of type ClassInstanceCache Constructor Description Builder(EnvironmentMode environmentMode, Integer moveThreadCount, Integer moveThreadBufferSize, Class<? extends ThreadFactory> threadFactoryClass, InitializingScoreTrend initializingScoreTrend, SolutionDescriptor<Solution_> solutionDescriptor, 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 ClassInstanceCache Modifier and Type Method Description protected 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 ClassInstanceCache Modifier and Type Method Description protected 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 Modifier and Type Method Description static ClassInstanceCacheClassInstanceCache. create()
-