Equation Solver<T>.Lower Bound Property
Gets or sets the lower bound for the solution.
Definition
Namespace: Numerics.NET.EquationSolvers.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public T LowerBound { get; set; }
Property Value
TRemarks
The target function will not be evaluated at values less than this lower bound.