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 TSPSolution
TSPListManager.TSPGRASPMove._execute
(TSPSolution solution) Methods in es.urjc.etsii.grafo.TSP.algorithms.constructives.grasp with parameters of type TSPSolutionModifier and TypeMethodDescriptionprotected TSPSolution
TSPListManager.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 String
DotGenerator.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 TSPSolution
InsertNeighborhood.InsertMove._execute
(TSPSolution solution) protected TSPSolution
SwapNeighborhood.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 TSPSolution
InsertNeighborhood.InsertMove._execute
(TSPSolution solution) protected TSPSolution
SwapNeighborhood.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)