Root Bracketing Solver.Update Lower Bound Method
Updates the lower bound and the corresponding value of the target function.
Definition
Namespace: Numerics.NET.EquationSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
protected void UpdateLowerBound(
double value,
double functionValue
)