Uses of Class
es.urjc.etsii.grafo.create.grasp.GRASPListManager
Packages that use GRASPListManager
Package
Description
-
Uses of GRASPListManager in es.urjc.etsii.grafo.__RNAME__.constructives.grasp
Subclasses of GRASPListManager in es.urjc.etsii.grafo.__RNAME__.constructives.grasp -
Uses of GRASPListManager in es.urjc.etsii.grafo.create.grasp
Subclasses of GRASPListManager in es.urjc.etsii.grafo.create.graspModifier and TypeClassDescriptionstatic class
GRASPListManager.NullGraspListManager<M extends Move<S,
I>, S extends Solution<S, I>, I extends Instance> Do nothing GRASPListManagerFields in es.urjc.etsii.grafo.create.grasp declared as GRASPListManagerModifier and TypeFieldDescriptionprotected final GRASPListManager
<M, S, I> GRASPConstructive.candidateListManager
Methods in es.urjc.etsii.grafo.create.grasp that return GRASPListManagerModifier and TypeMethodDescriptionstatic <M extends Move<S,
I>, S extends Solution<S, I>, I extends Instance>
GRASPListManager<M, S, I> GRASPListManager.nul()
Create a no operation GRASPListManager method Returns empty listsMethods in es.urjc.etsii.grafo.create.grasp with parameters of type GRASPListManagerModifier and TypeMethodDescriptionGraspBuilder
<M, S, I> GraspBuilder.withListManager
(GRASPListManager<? extends M, S, I> graspListManager) Configure the GRASP list manager, responsible for generating the initial candidate list and updating it after each move iteration.Constructors in es.urjc.etsii.grafo.create.grasp with parameters of type GRASPListManagerModifierConstructorDescriptionprotected
GRASPConstructive
(Objective<M, S, I> objective, GRASPListManager<M, S, I> candidateListManager, AlphaProvider provider, String alphaType) protected
GreedyRandomGRASPConstructive
(Objective<M, S, I> objective, GRASPListManager<M, S, I> candidateListManager, AlphaProvider provider, String alphaType) protected
RandomGreedyGRASPConstructive
(Objective<M, S, I> objective, GRASPListManager<M, S, I> candidateListManager, AlphaProvider provider, String alphaType) -
Uses of GRASPListManager in es.urjc.etsii.grafo.TSP.algorithms.constructives.grasp
Subclasses of GRASPListManager in es.urjc.etsii.grafo.TSP.algorithms.constructives.grasp