Quasi Newton Method Enumeration
Enumerates the variants of the quasi-Newton method.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public enum QuasiNewtonMethod
Members
Bfgs | 0 | The Broyden-Fletcher-Goldfard-Shanno method. (This is the default.) |
Dfp | 1 | The Davison-Fletcher-Powell method. |