Enumerates the variants of the quasi-Newton method.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public enum QuasiNewtonMethod
Public Enumeration QuasiNewtonMethod
public enum class QuasiNewtonMethod
| Member name | Value | Description |
---|
| Bfgs | 0 |
The Broyden-Fletcher-Goldfard-Shanno method. (This is the default.)
|
| Dfp | 1 |
The Davison-Fletcher-Powell method.
|
Reference