Root Bracketing Solver.Update Upper Bound Method
Updates the upper 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 UpdateUpperBound(
double value,
double functionValue
)