Click or drag to resize

TrustRegionMinimizerCheck Enumeration

Options for checking the arrays passed into the solver as input parameters. If an array contains any INF or NaN values an exception will be thrown.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum Check
Members
Member nameValueDescription
None0 Do not perform checks.
Initial1 Only check the data once, at the initial value.
Always2 Check the data each time the Jacobian of the objective function is evaluated.
See Also