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

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

Syntax

C#
public interface IBoundedNonlinearLeastSqMinimizer : INonlinearLeastSqMinimizer, 
	ICloneable
Visual Basic (Declaration)
Public Interface IBoundedNonlinearLeastSqMinimizer _
	Implements INonlinearLeastSqMinimizer, ICloneable
Visual C++
public interface class IBoundedNonlinearLeastSqMinimizer : INonlinearLeastSqMinimizer, 
	ICloneable

See Also