QuasiNewtonOptimizer Constructor

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

Overload List

QuasiNewtonOptimizer

Constructs a new QuasiNewtonOptimizer object.
C#
public QuasiNewtonOptimizer()

Remarks

By default, the BFGS (Broyden-Fletcher-Goldfarb-Shanno) method is used.

QuasiNewtonOptimizer(QuasiNewtonMethod)

Constructs a new QuasiNewtonOptimizer object.
C#
public QuasiNewtonOptimizer(
	QuasiNewtonMethod method
)

Parameters

method  QuasiNewtonMethod
A QuasiNewtonMethod value that specifies which variant of the quasi-Newton algorithm is to be used.

See Also