Click or drag to resize

NMFact(Boolean, Int32) Constructor

Constructs an NMFact with the default update algorithm and the given cost at each step and number of iterations.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public NMFact(
	bool computeCostAtEachStep,
	int numIterations
)

Parameters

computeCostAtEachStep  Boolean
If true, the error in the approximation will be computed after each iteration step. If false, only the final error will be computed.
numIterations  Int32
The number of iterations.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if numIterations is <= 0.
See Also