GoldenSectionMinimizerFindMinimum Method |
Finds a minimum of the specified objective function inside the provided interval.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ScalarMinimizationResult FindMinimum(
IScalarObjectiveFunction objective,
double lowerBound,
double upperBound
)
Parameters
- objective IScalarObjectiveFunction
- The objective function to minimize.
- lowerBound Double
- The lower search bound.
- upperBound Double
- The upper search bound.
Return Value
ScalarMinimizationResultThe minimization result.
See Also