QuasiNewtonMethod Enumeration

Enumerates the variants of the quasi-Newton method.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum QuasiNewtonMethod

Members

Bfgs0 The Broyden-Fletcher-Goldfard-Shanno method. (This is the default.)
Dfp1 The Davison-Fletcher-Powell method.

See Also