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.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public enum QuasiNewtonMethodMembers
| Bfgs | 0 | The Broyden-Fletcher-Goldfard-Shanno method. (This is the default.) |
| Dfp | 1 | The Davison-Fletcher-Powell method. |