Click or drag to resize

StochasticHillClimbingParameters Properties

The StochasticHillClimbingParameters type exposes the following members.

Properties
 NameDescription
Public propertyMinimize Set Minimize to true if you want the objective function minimized, set to false to maximize the objective function.
Public propertyPresolve Gets and sets a boolean indicating whether or not to perform presolve. For many problems, presolve rules can greatly reduce the size and complexity of a problem. The default is false, no presolve.
Public propertyTimeLimitMilliSeconds Gets and sets the maximum time in milliseconds that the solver will be allowed to run. A negative values means no limit. The default value is -1, no limit.
Top
See Also