Types in MathNet.Numerics.Optimization
Public Constructors
NewtonMinimizer(double gradientTolerance, int maximumIterations, bool useLineSearch)
Public Static Functions
Public Methods
Public Properties
double GradientTolerance get; set;
int MaximumIterations get; set;
bool UseLineSearch get; set;