Uses of Annotation Interface
es.urjc.etsii.grafo.annotations.IntegerParam
Packages that use IntegerParam
Package
Description
-
Uses of IntegerParam in es.urjc.etsii.grafo.algorithms
Constructor parameters in es.urjc.etsii.grafo.algorithms with annotations of type IntegerParamModifierConstructorDescriptionIteratedGreedy
(String name, int maxIterations, int stopIfNotImprovedIn, Constructive<S, I> constructive, Shake<S, I> destructionReconstruction, Improver<S, I> improver) IteratedGreedy
(String name, int maxIterations, int stopIfNotImprovedIn, Constructive<S, I> constructive, Shake<S, I> destructionReconstruction, Improver<S, I> improver) -
Uses of IntegerParam in es.urjc.etsii.grafo.algorithms.multistart
Constructor parameters in es.urjc.etsii.grafo.algorithms.multistart with annotations of type IntegerParamModifierConstructorDescriptionMultiStartAlgorithm
(String algorithmName, Objective<?, S, I> objective, Algorithm<S, I> algorithm, int maxIterations, int minIterations, int maxIterationsWithoutImproving) Use theMultiStartAlgorithmBuilder
class to generate a MultiStart AlgorithmMultiStartAlgorithm
(String algorithmName, Objective<?, S, I> objective, Algorithm<S, I> algorithm, int maxIterations, int minIterations, int maxIterationsWithoutImproving) Use theMultiStartAlgorithmBuilder
class to generate a MultiStart AlgorithmMultiStartAlgorithm
(String algorithmName, Objective<?, S, I> objective, Algorithm<S, I> algorithm, int maxIterations, int minIterations, int maxIterationsWithoutImproving) Use theMultiStartAlgorithmBuilder
class to generate a MultiStart Algorithm -
Uses of IntegerParam in es.urjc.etsii.grafo.algorithms.scattersearch
Constructor parameters in es.urjc.etsii.grafo.algorithms.scattersearch with annotations of type IntegerParamModifierConstructorDescriptionScatterSearch
(String name, double initialRatio, int refsetSize, Constructive<S, I> constructiveGoodValues, Constructive<S, I> constructiveGoodDiversity, Improver<S, I> improver, SolutionCombinator<S, I> combinator, Objective<?, S, I> objective, int maxIterations, double diversityRatio, SolutionDistance<S, I> solutionDistance, boolean softRestartEnabled) ScatterSearch
(String name, double initialRatio, int refsetSize, Constructive<S, I> constructiveGoodValues, Constructive<S, I> constructiveGoodDiversity, Improver<S, I> improver, SolutionCombinator<S, I> combinator, Objective<?, S, I> objective, int maxIterations, double diversityRatio, SolutionDistance<S, I> solutionDistance, boolean softRestartEnabled) -
Uses of IntegerParam in es.urjc.etsii.grafo.algorithms.vns
Constructor parameters in es.urjc.etsii.grafo.algorithms.vns with annotations of type IntegerParam -
Uses of IntegerParam in es.urjc.etsii.grafo.autoconfig.irace.params
Methods in es.urjc.etsii.grafo.autoconfig.irace.params with parameters of type IntegerParamModifier and TypeMethodDescriptionstatic ComponentParameter
ComponentParameter.from
(String name, Class<?> javaType, IntegerParam p) -
Uses of IntegerParam in es.urjc.etsii.grafo.autoconfigtests.components
Constructor parameters in es.urjc.etsii.grafo.autoconfigtests.components with annotations of type IntegerParam -
Uses of IntegerParam in es.urjc.etsii.grafo.shake
Constructor parameters in es.urjc.etsii.grafo.shake with annotations of type IntegerParamModifierConstructorDescriptionRandomMoveShake
(int ratio, RandomizableNeighborhood<?, S, I> neighborhood) Create a new RandomMoveShake