java.lang.Object
org.maxicp.search.blackbox.ModelingBlackBox.SolveConfig
- Enclosing class:
ModelingBlackBox
Configuration object used by feasibility solves.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets exhaustive-phase options.initialExhaustiveShare(double initialExhaustiveShare) Sets the optional initial exhaustive phase time share.Sets restart-phase options.shares(double restartShare, double exhaustiveShare) Sets time shares for restart and exhaustive phases.verbosity(BlackBoxSearch.Verbosity verbosity) Sets logging verbosity for the underlyingBlackBoxSearch.
-
Constructor Details
-
SolveConfig
public SolveConfig()
-
-
Method Details
-
restart
Sets restart-phase options. -
exhaustive
Sets exhaustive-phase options. -
verbosity
Sets logging verbosity for the underlyingBlackBoxSearch.
-