Uses of Class
org.maxicp.search.blackbox.BlackBoxSearch
Packages that use BlackBoxSearch
-
Uses of BlackBoxSearch in org.maxicp.search.blackbox
Fields in org.maxicp.search.blackbox declared as BlackBoxSearchMethods in org.maxicp.search.blackbox that return BlackBoxSearchModifier and TypeMethodDescriptionBlackBoxSearch.addPhase(String name, RunnableSearch search, double timeShare, boolean requiresFeasible) Registers one executable phase in the black-box plan.BlackBoxSearch.withDefaultPhasePlan()Builds the built-in default plan.BlackBoxSearch.withFeasibilityPlan(BlackBoxSearch.RestartPhaseOptions restart, BlackBoxSearch.ExhaustivePhaseOptions exhaustive, double initialExhaustiveShare, double restartShare, double exhaustiveShare) Configures the feasibility phase plan explicitly.BlackBoxSearch.withOptimizationPlan(BlackBoxSearch.RestartPhaseOptions restart, BlackBoxSearch.LnsPhaseOptions lns, BlackBoxSearch.ExhaustivePhaseOptions exhaustive, double initialExhaustiveShare, double restartShare, double lnsShare, double exhaustiveShare) Configures the optimization phase plan explicitly.BlackBoxSearch.withVerbosity(BlackBoxSearch.Verbosity verbosity) Sets logging verbosity for this search.Constructors in org.maxicp.search.blackbox with parameters of type BlackBoxSearchModifierConstructorDescriptionDFSRunnableSearch(BlackBoxSearch blackBoxSearch, ModelDispatcher model, List<IntExpression> vars, Objective objective, double randomSwapProbability, long randomSeed) LNSRunnableSearch(BlackBoxSearch blackBoxSearch, ModelDispatcher model, List<IntExpression> vars, Objective objective, int failureLimitPerRestart, int freezeRatePercent, double randomSwapProbability, long randomSeed) LNSRunnableSearch(BlackBoxSearch blackBoxSearch, ModelDispatcher model, List<IntExpression> vars, Objective objective, int failureLimitPerRestart, int freezeRatePercent, double randomSwapProbability, long randomSeed, BlackBoxSearch.FragmentSelectionStrategy fragmentSelectionStrategy) RestartRunnableSearch(BlackBoxSearch blackBoxSearch, ModelDispatcher model, List<IntExpression> vars, int baseFailureLimit, double randomSwapProbability, long randomSeed) protectedRunnableSearch(BlackBoxSearch blackBoxSearch)