Uses of Class
ai.timefold.solver.core.config.heuristic.selector.move.generic.list.kopt.KOptListMoveSelectorConfig
Packages that use KOptListMoveSelectorConfig
Package
Description
Contains classes relevant to K-Opt moves.
-
Uses of KOptListMoveSelectorConfig in ai.timefold.solver.core.config.heuristic.selector.move
Methods in ai.timefold.solver.core.config.heuristic.selector.move that return KOptListMoveSelectorConfigModifier and TypeMethodDescriptionstatic KOptListMoveSelectorConfigNearbyUtil.enable(KOptListMoveSelectorConfig kOptListMoveSelectorConfig, Class<? extends NearbyDistanceMeter<?, ?>> distanceMeter, Random random) Methods in ai.timefold.solver.core.config.heuristic.selector.move with parameters of type KOptListMoveSelectorConfigModifier and TypeMethodDescriptionstatic KOptListMoveSelectorConfigNearbyUtil.enable(KOptListMoveSelectorConfig kOptListMoveSelectorConfig, Class<? extends NearbyDistanceMeter<?, ?>> distanceMeter, Random random) -
Uses of KOptListMoveSelectorConfig in ai.timefold.solver.core.config.heuristic.selector.move.generic.list.kopt
Methods in ai.timefold.solver.core.config.heuristic.selector.move.generic.list.kopt that return KOptListMoveSelectorConfigModifier and TypeMethodDescriptionKOptListMoveSelectorConfig.copyConfig()KOptListMoveSelectorConfig.enableNearbySelection(Class<? extends NearbyDistanceMeter<?, ?>> distanceMeter, Random random) KOptListMoveSelectorConfig.inherit(KOptListMoveSelectorConfig inheritedConfig) KOptListMoveSelectorConfig.withMaximumK(Integer maximumK) KOptListMoveSelectorConfig.withMinimumK(Integer minimumK) KOptListMoveSelectorConfig.withOriginSelectorConfig(ValueSelectorConfig originSelectorConfig) KOptListMoveSelectorConfig.withValueSelectorConfig(ValueSelectorConfig valueSelectorConfig) Methods in ai.timefold.solver.core.config.heuristic.selector.move.generic.list.kopt with parameters of type KOptListMoveSelectorConfigModifier and TypeMethodDescriptionKOptListMoveSelectorConfig.inherit(KOptListMoveSelectorConfig inheritedConfig) -
Uses of KOptListMoveSelectorConfig in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list.kopt
Constructors in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list.kopt with parameters of type KOptListMoveSelectorConfigModifierConstructorDescriptionKOptListMoveSelectorFactory(KOptListMoveSelectorConfig moveSelectorConfig)