Click or drag to resize

IMultiVariableMinimizer Interface

Interface for classes that perform minimization of multivariate functions.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public interface IMultiVariableMinimizer : ICloneable

The IMultiVariableMinimizer type exposes the following members.

Methods
 NameDescription
Public methodMinimize(DoubleFunctional, DoubleVector) Minimizes the given function near the given starting point.
Public methodMinimize(MultiVariableFunction, DoubleVector)Obsolete.
Minimizes the given function near the given starting point.
Top
See Also