Uses of Interface
org.optaplanner.core.impl.heuristic.selector.move.MoveSelectorFactory
Packages that use MoveSelectorFactory
Package
Description
Contains classes relevant to K-Opt moves.
-
Uses of MoveSelectorFactory in org.optaplanner.core.impl.heuristic.selector.move
Classes in org.optaplanner.core.impl.heuristic.selector.move that implement MoveSelectorFactoryModifier and TypeClassDescriptionclass
AbstractMoveSelectorFactory<Solution_,
MoveSelectorConfig_ extends MoveSelectorConfig<MoveSelectorConfig_>> Methods in org.optaplanner.core.impl.heuristic.selector.move that return MoveSelectorFactoryModifier and TypeMethodDescriptionstatic <Solution_>
MoveSelectorFactory<Solution_>MoveSelectorFactory.create
(MoveSelectorConfig<?> moveSelectorConfig) -
Uses of MoveSelectorFactory in org.optaplanner.core.impl.heuristic.selector.move.composite
Classes in org.optaplanner.core.impl.heuristic.selector.move.composite that implement MoveSelectorFactoryModifier and TypeClassDescriptionclass
CartesianProductMoveSelectorFactory<Solution_>
class
UnionMoveSelectorFactory<Solution_>
-
Uses of MoveSelectorFactory in org.optaplanner.core.impl.heuristic.selector.move.factory
Classes in org.optaplanner.core.impl.heuristic.selector.move.factory that implement MoveSelectorFactoryModifier and TypeClassDescriptionclass
MoveIteratorFactoryFactory<Solution_>
class
MoveListFactoryFactory<Solution_>
-
Uses of MoveSelectorFactory in org.optaplanner.core.impl.heuristic.selector.move.generic
Classes in org.optaplanner.core.impl.heuristic.selector.move.generic that implement MoveSelectorFactoryModifier and TypeClassDescriptionclass
ChangeMoveSelectorFactory<Solution_>
class
PillarChangeMoveSelectorFactory<Solution_>
class
PillarSwapMoveSelectorFactory<Solution_>
class
SwapMoveSelectorFactory<Solution_>
-
Uses of MoveSelectorFactory in org.optaplanner.core.impl.heuristic.selector.move.generic.chained
Classes in org.optaplanner.core.impl.heuristic.selector.move.generic.chained that implement MoveSelectorFactoryModifier and TypeClassDescriptionclass
KOptMoveSelectorFactory<Solution_>
class
SubChainChangeMoveSelectorFactory<Solution_>
class
SubChainSwapMoveSelectorFactory<Solution_>
class
TailChainSwapMoveSelectorFactory<Solution_>
-
Uses of MoveSelectorFactory in org.optaplanner.core.impl.heuristic.selector.move.generic.list
Classes in org.optaplanner.core.impl.heuristic.selector.move.generic.list that implement MoveSelectorFactoryModifier and TypeClassDescriptionclass
ListChangeMoveSelectorFactory<Solution_>
class
ListSwapMoveSelectorFactory<Solution_>
class
SubListChangeMoveSelectorFactory<Solution_>
class
SubListSwapMoveSelectorFactory<Solution_>
-
Uses of MoveSelectorFactory in org.optaplanner.core.impl.heuristic.selector.move.generic.list.kopt
Classes in org.optaplanner.core.impl.heuristic.selector.move.generic.list.kopt that implement MoveSelectorFactory