Uses of Class
es.urjc.etsii.grafo.shake.Shake
Packages that use Shake
Package
Description
-
Uses of Shake in es.urjc.etsii.grafo.__RNAME__.shake
Subclasses of Shake in es.urjc.etsii.grafo.__RNAME__.shake -
Uses of Shake in es.urjc.etsii.grafo.algorithms
Constructors in es.urjc.etsii.grafo.algorithms with parameters of type ShakeModifierConstructorDescriptionIteratedGreedy
(String name, int maxIterations, int stopIfNotImprovedIn, Constructive<S, I> constructive, Shake<S, I> destructionReconstruction, Improver<S, I> improver) IteratedGreedy
(String name, Objective<?, S, I> objective, int maxIterations, int stopIfNotImprovedIn, Constructive<S, I> constructive, Shake<S, I> destructionReconstruction, Improver<S, I> improver) Iterated Greedy Algorithm constructor -
Uses of Shake in es.urjc.etsii.grafo.algorithms.vns
Fields in es.urjc.etsii.grafo.algorithms.vns declared as ShakeMethods in es.urjc.etsii.grafo.algorithms.vns with parameters of type ShakeConstructors in es.urjc.etsii.grafo.algorithms.vns with parameters of type ShakeModifierConstructorDescriptionVNS
(String algorithmName, int maxK, Constructive<S, I> constructive, Shake<S, I> shake, Improver<S, I> improver) VNS with default KMapper, which starts at 0 and increments by 1 each time the solution does not improve.VNS
(String algorithmName, Objective<?, S, I> objective, VNSNeighChange<S, I> neighChange, Constructive<S, I> constructive, Shake<S, I> shake, Improver<S, I> improver) Execute VNS until finished -
Uses of Shake in es.urjc.etsii.grafo.aop
Methods in es.urjc.etsii.grafo.aop with parameters of type Shake -
Uses of Shake in es.urjc.etsii.grafo.bmssc.improve
Subclasses of Shake in es.urjc.etsii.grafo.bmssc.improveConstructors in es.urjc.etsii.grafo.bmssc.improve with parameters of type ShakeModifierConstructorDescriptionShakeImprover
(Improver<BMSSCSolution, BMSSCInstance> improver, Shake<BMSSCSolution, BMSSCInstance> shake) -
Uses of Shake in es.urjc.etsii.grafo.flayouts.components
Subclasses of Shake in es.urjc.etsii.grafo.flayouts.components -
Uses of Shake in es.urjc.etsii.grafo.shake
Subclasses of Shake in es.urjc.etsii.grafo.shakeModifier and TypeClassDescriptionclass
DestroyRebuild<S extends Solution<S,
I>, I extends Instance> class
RandomMoveShake<S extends Solution<S,
I>, I extends Instance> Shake a solution by executing a sequence of random movesstatic class
Shake.NullShake<S extends Solution<S,
I>, I extends Instance> Do nothing shakeMethods in es.urjc.etsii.grafo.shake that return Shake -
Uses of Shake in es.urjc.etsii.grafo.vrpod.destructives
Subclasses of Shake in es.urjc.etsii.grafo.vrpod.destructives