Interface for nonlinear least squares minimizer where the solution is constrained by upper and lower bounds.

Namespace: CenterSpace.NMath.Analysis
Assembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0

Syntax

C#
public interface IBoundedNonlinearLeastSqMinimizer : INonlinearLeastSqMinimizer, 
	ICloneable
Visual Basic
Public Interface IBoundedNonlinearLeastSqMinimizer _
	Inherits INonlinearLeastSqMinimizer, ICloneable
Visual C++
public interface class IBoundedNonlinearLeastSqMinimizer : INonlinearLeastSqMinimizer, 
	ICloneable

See Also