Uses of Class
es.urjc.etsii.grafo.tsp.model.TSPSolution
Packages that use TSPSolution
Package
Description
-
Uses of TSPSolution in es.urjc.etsii.grafo.tsp
Fields in es.urjc.etsii.grafo.tsp with type parameters of type TSPSolutionModifier and TypeFieldDescriptionstatic final Objective<TSPBaseMove, TSPSolution, TSPInstance> Main.MINIMIZE_DISTANCE -
Uses of TSPSolution in es.urjc.etsii.grafo.tsp.algorithms.constructives
Methods in es.urjc.etsii.grafo.tsp.algorithms.constructives that return TSPSolutionMethods in es.urjc.etsii.grafo.tsp.algorithms.constructives with parameters of type TSPSolution -
Uses of TSPSolution in es.urjc.etsii.grafo.tsp.algorithms.constructives.grasp
Methods in es.urjc.etsii.grafo.tsp.algorithms.constructives.grasp that return TSPSolutionModifier and TypeMethodDescriptionprotected TSPSolutionTSPListManager.TSPGRASPMove._execute(TSPSolution solution) Methods in es.urjc.etsii.grafo.tsp.algorithms.constructives.grasp with parameters of type TSPSolutionModifier and TypeMethodDescriptionprotected TSPSolutionTSPListManager.TSPGRASPMove._execute(TSPSolution solution) TSPListManager.buildInitialCandidateList(TSPSolution solution) Generate initial candidate list.TSPListManager.updateCandidateList(TSPSolution solution, TSPListManager.TSPGRASPMove move, List<TSPListManager.TSPGRASPMove> candidateList, int index) Update candidate list after each movement.Constructors in es.urjc.etsii.grafo.tsp.algorithms.constructives.grasp with parameters of type TSPSolution -
Uses of TSPSolution in es.urjc.etsii.grafo.tsp.drawing
Methods in es.urjc.etsii.grafo.tsp.drawing with parameters of type TSPSolutionModifier and TypeMethodDescriptionprotected static StringDotGenerator.generateDotDiagram(TSPSolution solution) Generate a dot diagram of the solution found -
Uses of TSPSolution in es.urjc.etsii.grafo.tsp.experiments
Methods in es.urjc.etsii.grafo.tsp.experiments that return types with arguments of type TSPSolutionModifier and TypeMethodDescriptionIraceExperiment.buildFromConfig(AlgorithmConfiguration config) ConstructiveExperiment.getAlgorithms()LocalSearchExperiment.getAlgorithms() -
Uses of TSPSolution in es.urjc.etsii.grafo.tsp.model
Methods in es.urjc.etsii.grafo.tsp.model that return TSPSolutionConstructors in es.urjc.etsii.grafo.tsp.model with parameters of type TSPSolutionModifierConstructorDescriptionTSPBaseMove(TSPSolution solution) Move constructorClone constructor -
Uses of TSPSolution in es.urjc.etsii.grafo.tsp.model.neighs
Methods in es.urjc.etsii.grafo.tsp.model.neighs that return TSPSolutionModifier and TypeMethodDescriptionprotected TSPSolutionInsertNeighborhood.InsertMove._execute(TSPSolution solution) protected TSPSolutionSwapNeighborhood.SwapMove._execute(TSPSolution solution) Methods in es.urjc.etsii.grafo.tsp.model.neighs that return types with arguments of type TSPSolutionModifier and TypeMethodDescriptionInsertNeighborhood.explore(TSPSolution solution) SwapNeighborhood.explore(TSPSolution solution) Methods in es.urjc.etsii.grafo.tsp.model.neighs with parameters of type TSPSolutionModifier and TypeMethodDescriptionprotected TSPSolutionInsertNeighborhood.InsertMove._execute(TSPSolution solution) protected TSPSolutionSwapNeighborhood.SwapMove._execute(TSPSolution solution) InsertNeighborhood.explore(TSPSolution solution) SwapNeighborhood.explore(TSPSolution solution) Constructors in es.urjc.etsii.grafo.tsp.model.neighs with parameters of type TSPSolutionModifierConstructorDescriptionInsertMove(TSPSolution solution, int pi, int pj) Constructor on an insert move.SwapMove(TSPSolution solution, int pi, int pj)