Click or drag to resize

StochasticHillClimbingParameters Class

Parameter class for the StochasticHillClimbingSolver class.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreStochasticHillClimbingParameters

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public class StochasticHillClimbingParameters : ICloneable

The StochasticHillClimbingParameters type exposes the following members.

Constructors
 NameDescription
Public methodStochasticHillClimbingParameters Constructs a StochasticHillClimbingParameters instance with default parameter values. Defaults are no presolve and no time limit.
Top
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
Methods
 NameDescription
Public methodClone Constructs a deep copy of self.
Top
See Also