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.bmssc.create
Subclasses of GRASPListManager in es.urjc.etsii.grafo.bmssc.create -
Uses of GRASPListManager in es.urjc.etsii.grafo.create.grasp
Subclasses of GRASPListManager in es.urjc.etsii.grafo.create.graspModifier and TypeClassDescriptionstatic classGRASPListManager.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.candidateListManagerMethods 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 GRASPListManagerModifierConstructorDescriptionprotectedGRASPConstructive(Objective<M, S, I> objective, GRASPListManager<M, S, I> candidateListManager, AlphaProvider provider, String alphaType) protectedGreedyRandomGRASPConstructive(Objective<M, S, I> objective, GRASPListManager<M, S, I> candidateListManager, AlphaProvider provider, String alphaType) protectedRandomGreedyGRASPConstructive(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