Uses of Enum Class
org.maxicp.search.blackbox.BlackBoxSearch.FragmentSelectionStrategy
Packages that use BlackBoxSearch.FragmentSelectionStrategy
-
Uses of BlackBoxSearch.FragmentSelectionStrategy in org.maxicp.search.blackbox
Methods in org.maxicp.search.blackbox that return BlackBoxSearch.FragmentSelectionStrategyModifier and TypeMethodDescriptionBlackBoxSearch.LnsPhaseOptions.fragmentSelectionStrategy()Returns the value of thefragmentSelectionStrategyrecord component.Returns the enum constant of this class with the specified name.BlackBoxSearch.FragmentSelectionStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.maxicp.search.blackbox with parameters of type BlackBoxSearch.FragmentSelectionStrategyModifierConstructorDescriptionLnsPhaseOptions(int failureLimitPerRestart, int freezeRatePercent, double randomSwapProbability, long randomSeed, BlackBoxSearch.FragmentSelectionStrategy fragmentSelectionStrategy) Creates an instance of aLnsPhaseOptionsrecord class.LNSRunnableSearch(BlackBoxSearch blackBoxSearch, ModelDispatcher model, List<IntExpression> vars, Objective objective, int failureLimitPerRestart, int freezeRatePercent, double randomSwapProbability, long randomSeed, BlackBoxSearch.FragmentSelectionStrategy fragmentSelectionStrategy)