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
Methods 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
Methods 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.experiments
Methods 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.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
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