Managed Iterative Algorithm<T, TError, TReport>.Throw Exception On Failure Property
Gets or sets a value indicating whether to throw an
exception when the algorithm fails to converge.
Definition
Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if an exception is to be thrown; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public bool ThrowExceptionOnFailure { get; set; }
Property Value
Booleantrue if an exception is to be thrown; otherwise false.
Remarks
Setting this property to true is not recommended. To verify that the algorithm was successful, evaluate the AlgorithmStatus property after the algorithm has been run. AlgorithmStatus