Uses of Class
es.urjc.etsii.grafo.__RNAME__.model.__RNAME__Solution
Packages that use __RNAME__Solution
Package
Description
-
Uses of __RNAME__Solution in es.urjc.etsii.grafo.__RNAME__
Fields in es.urjc.etsii.grafo.__RNAME__ with type parameters of type __RNAME__SolutionModifier and TypeFieldDescriptionstatic final Objective
<__RNAME__BaseMove, __RNAME__Solution, __RNAME__Instance> Main.OBJECTIVE
-
Uses of __RNAME__Solution in es.urjc.etsii.grafo.__RNAME__.constructives
Methods in es.urjc.etsii.grafo.__RNAME__.constructives that return __RNAME__SolutionModifier and TypeMethodDescription__RNAME__RandomConstructive.construct
(__RNAME__Solution solution) Methods in es.urjc.etsii.grafo.__RNAME__.constructives with parameters of type __RNAME__SolutionModifier and TypeMethodDescription__RNAME__RandomConstructive.construct
(__RNAME__Solution solution) -
Uses of __RNAME__Solution in es.urjc.etsii.grafo.__RNAME__.constructives.grasp
Methods in es.urjc.etsii.grafo.__RNAME__.constructives.grasp that return __RNAME__SolutionModifier and TypeMethodDescriptionprotected __RNAME__Solution
__RNAME__ListManager.__RNAME__GRASPMove._execute
(__RNAME__Solution solution) Methods in es.urjc.etsii.grafo.__RNAME__.constructives.grasp with parameters of type __RNAME__SolutionModifier and TypeMethodDescriptionprotected __RNAME__Solution
__RNAME__ListManager.__RNAME__GRASPMove._execute
(__RNAME__Solution solution) __RNAME__ListManager.buildInitialCandidateList
(__RNAME__Solution solution) Generate initial candidate list.__RNAME__ListManager.updateCandidateList
(__RNAME__Solution solution, __RNAME__ListManager.__RNAME__GRASPMove move, List<__RNAME__ListManager.__RNAME__GRASPMove> candidateList, int index) Update candidate list after each movement.Constructors in es.urjc.etsii.grafo.__RNAME__.constructives.grasp with parameters of type __RNAME__Solution -
Uses of __RNAME__Solution in es.urjc.etsii.grafo.__RNAME__.experiments
Methods in es.urjc.etsii.grafo.__RNAME__.experiments that return types with arguments of type __RNAME__Solution -
Uses of __RNAME__Solution in es.urjc.etsii.grafo.__RNAME__.model
Methods in es.urjc.etsii.grafo.__RNAME__.model that return __RNAME__SolutionModifier and TypeMethodDescriptionprotected abstract __RNAME__Solution
__RNAME__BaseMove._execute
(__RNAME__Solution solution) Executes the proposed move, to be implemented by each move type.__RNAME__Solution.cloneSolution()
Methods in es.urjc.etsii.grafo.__RNAME__.model with parameters of type __RNAME__SolutionModifier and TypeMethodDescriptionprotected abstract __RNAME__Solution
__RNAME__BaseMove._execute
(__RNAME__Solution solution) Executes the proposed move, to be implemented by each move type.__RNAME__SolutionValidator.validate
(__RNAME__Solution solution) Validate the current solution, check that no constraint is broken and everything is fineConstructors in es.urjc.etsii.grafo.__RNAME__.model with parameters of type __RNAME__SolutionModifierConstructorDescription__RNAME__BaseMove
(__RNAME__Solution solution) Move constructor__RNAME__Solution
(__RNAME__Solution solution) Clone constructor -
Uses of __RNAME__Solution in es.urjc.etsii.grafo.__RNAME__.shake
Methods in es.urjc.etsii.grafo.__RNAME__.shake that return __RNAME__SolutionModifier and TypeMethodDescriptionExample__RNAME__Shake.shake
(__RNAME__Solution solution, int k) Shake / perturbate a feasible solution.Methods in es.urjc.etsii.grafo.__RNAME__.shake with parameters of type __RNAME__SolutionModifier and TypeMethodDescriptionExample__RNAME__Shake.shake
(__RNAME__Solution solution, int k) Shake / perturbate a feasible solution.