Click or drag to resize

GoldenSectionMinimizer Properties

The GoldenSectionMinimizer type exposes the following members.

Properties
 NameDescription
Public propertyLowerExpansionFactor Gets or sets the factor used when expanding the lower bound.
Public propertyMaximumExpansionSteps Gets or sets the maximum number of interval expansion steps used to bracket a minimum.
Public propertyMaximumIterations Gets or sets the maximum number of golden-section iterations.
Public propertyUpperExpansionFactor Gets or sets the factor used when expanding the upper bound.
Public propertyXTolerance Gets or sets the tolerance for the interval width in x-direction.
Top
See Also