Click or drag to resize

StochasticHillClimbingParametersTimeLimitMilliSeconds Property

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.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int TimeLimitMilliSeconds { get; set; }

Property Value

Int32
See Also