Uses of Record Class
org.maxicp.search.blackbox.BlackBoxSearch.RestartPhaseOptions
Packages that use BlackBoxSearch.RestartPhaseOptions
-
Uses of BlackBoxSearch.RestartPhaseOptions in org.maxicp.search.blackbox
Methods in org.maxicp.search.blackbox that return BlackBoxSearch.RestartPhaseOptionsMethods in org.maxicp.search.blackbox with parameters of type BlackBoxSearch.RestartPhaseOptionsModifier and TypeMethodDescriptionModelingBlackBox.OptimizeConfig.restart(BlackBoxSearch.RestartPhaseOptions options) Sets restart-phase options.ModelingBlackBox.SolveConfig.restart(BlackBoxSearch.RestartPhaseOptions options) Sets restart-phase options.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.