Click or drag to resize

NMFact(Boolean) Constructor

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

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

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.
See Also