Types in MathNet.Numerics.Optimization
Public Constructors
GoldenSectionMinimizer(double xTolerance, int maxIterations, int maxExpansionSteps, double lowerExpansionFactor, double upperExpansionFactor)
Public Static Functions
Public Methods
Public Properties
double LowerExpansionFactor get; set;
int MaximumExpansionSteps get; set;
int MaximumIterations get; set;
double UpperExpansionFactor get; set;
double XTolerance get; set;