![]() | StochasticHillClimbingParameters Class |
Namespace: CenterSpace.NMath.Core
The StochasticHillClimbingParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | StochasticHillClimbingParameters |
Constructs a StochasticHillClimbingParameters instance with
default parameter values. Defaults are no presolve and no time limit.
|
Name | Description | |
---|---|---|
![]() | Minimize |
Set Minimize to true if you want the objective function
minimized, set to false to maximize the objective function.
|
![]() | Presolve |
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.
|
![]() | TimeLimitMilliSeconds |
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.
|