Uses of Class
es.urjc.etsii.grafo.vrpod.model.instance.VRPODInstance
Packages that use VRPODInstance
Package
Description
-
Uses of VRPODInstance in es.urjc.etsii.grafo.vrpod
Fields in es.urjc.etsii.grafo.vrpod with type parameters of type VRPODInstanceModifier and TypeFieldDescriptionstatic final Objective<BaseMove, VRPODSolution, VRPODInstance> Main.OBJ -
Uses of VRPODInstance in es.urjc.etsii.grafo.vrpod.algorithm
Subclasses with type arguments of type VRPODInstance in es.urjc.etsii.grafo.vrpod.algorithmMethods in es.urjc.etsii.grafo.vrpod.algorithm with parameters of type VRPODInstanceModifier and TypeMethodDescriptionSeqExchangerILS.algorithm(VRPODInstance ins) Executes the algorythm for the given instanceILSWorker.buildInitialSolution(VRPODInstance instance) Constructor parameters in es.urjc.etsii.grafo.vrpod.algorithm with type arguments of type VRPODInstanceModifierConstructorDescriptionILSConfig(int shakeStrength, int nShakes, Supplier<Constructive<VRPODSolution, VRPODInstance>> constructorSupplier, Supplier<Shake<VRPODSolution, VRPODInstance>> destructorSupplier, Supplier<Improver<VRPODSolution, VRPODInstance>> improver) ILSConfig(int shakeStrength, Supplier<Constructive<VRPODSolution, VRPODInstance>> constructorSupplier, Supplier<Shake<VRPODSolution, VRPODInstance>> destructorSupplier, Supplier<Improver<VRPODSolution, VRPODInstance>> improver) ILSWorker(int id, VRPODSolution[] solutions, SolutionBuilder<VRPODSolution, VRPODInstance> builder, ILSConfig config, int nWorkers, int nRotaterounds) -
Uses of VRPODInstance in es.urjc.etsii.grafo.vrpod.auto
Subclasses with type arguments of type VRPODInstance in es.urjc.etsii.grafo.vrpod.autoMethods in es.urjc.etsii.grafo.vrpod.auto with parameters of type VRPODInstanceModifier and TypeMethodDescriptionVRPODSolutionBuilder.initializeSolution(VRPODInstance instance) -
Uses of VRPODInstance in es.urjc.etsii.grafo.vrpod.constructives
Subclasses with type arguments of type VRPODInstance in es.urjc.etsii.grafo.vrpod.constructivesModifier and TypeClassDescriptionclassAdaptation of GRASPConstructor in original VRPOD project, the rest of constructive methods are ignored as this is the only one that was not commented -
Uses of VRPODInstance in es.urjc.etsii.grafo.vrpod.destructives
Subclasses with type arguments of type VRPODInstance in es.urjc.etsii.grafo.vrpod.destructivesModifier and TypeClassDescriptionclassclassclass -
Uses of VRPODInstance in es.urjc.etsii.grafo.vrpod.experiments
Subclasses with type arguments of type VRPODInstance in es.urjc.etsii.grafo.vrpod.experimentsModifier and TypeClassDescriptionclassclassclassMethods in es.urjc.etsii.grafo.vrpod.experiments that return types with arguments of type VRPODInstanceModifier and TypeMethodDescriptionFinalExperiment.getAlgorithms()FinalSotaExperiment.getAlgorithms()static Algorithm<VRPODSolution, VRPODInstance> FinalSotaExperiment.sotaAlgorithm()Methods in es.urjc.etsii.grafo.vrpod.experiments with parameters of type VRPODInstanceModifier and TypeMethodDescriptionlongVRPODTimeLimit.timeLimitInMillis(VRPODInstance instance, Algorithm<VRPODSolution, VRPODInstance> algorithm) Method parameters in es.urjc.etsii.grafo.vrpod.experiments with type arguments of type VRPODInstanceModifier and TypeMethodDescriptionlongVRPODTimeLimit.timeLimitInMillis(VRPODInstance instance, Algorithm<VRPODSolution, VRPODInstance> algorithm) Constructor parameters in es.urjc.etsii.grafo.vrpod.experiments with type arguments of type VRPODInstanceModifierConstructorDescription -
Uses of VRPODInstance in es.urjc.etsii.grafo.vrpod.model.instance
Subclasses of VRPODInstance in es.urjc.etsii.grafo.vrpod.model.instanceSubclasses with type arguments of type VRPODInstance in es.urjc.etsii.grafo.vrpod.model.instanceFields in es.urjc.etsii.grafo.vrpod.model.instance with type parameters of type VRPODInstanceModifier and TypeFieldDescriptionprotected static final Comparator<VRPODInstance> VRPODInstance.INSTANCE_COMPARATORMethods in es.urjc.etsii.grafo.vrpod.model.instance that return VRPODInstanceModifier and TypeMethodDescriptionVRPODInstanceImporter.importInstance(BufferedReader reader, String filename) -
Uses of VRPODInstance in es.urjc.etsii.grafo.vrpod.model.solution
Subclasses with type arguments of type VRPODInstance in es.urjc.etsii.grafo.vrpod.model.solutionModifier and TypeClassDescriptionclassclassclassclassValidate that a solution is valid for the VRPOD problem.Fields in es.urjc.etsii.grafo.vrpod.model.solution declared as VRPODInstanceMethods in es.urjc.etsii.grafo.vrpod.model.solution that return types with arguments of type VRPODInstanceConstructors in es.urjc.etsii.grafo.vrpod.model.solution with parameters of type VRPODInstance