Click or drag to resize

IMultiVariableDMinimizer Interface

Interface for classes that perform minimization of multivariate functions using derivative information.

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

The IMultiVariableDMinimizer type exposes the following members.

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