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