TooManyIterationsReTryException Constructor (Int32) |
The maximum number of iterations was exceeded, increase maximum iterations or try
a different parameter estimation method.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public TooManyIterationsReTryException(
int maximumNumberOfIterations
)
Public Sub New (
maximumNumberOfIterations As Integer
)
public:
TooManyIterationsReTryException(
int maximumNumberOfIterations
)
new :
maximumNumberOfIterations : int -> TooManyIterationsReTryException
Parameters
- maximumNumberOfIterations
- Type: SystemInt32
A int which specifies the maximum number of iterations allowed.
See Also