BrentFindRootFindRoot Method |
Attempts the indicated number of iterations to locate the root of the function
to within the required convergence criteria.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool FindRoot(
int maximumIterations
)
Public Function FindRoot (
maximumIterations As Integer
) As Boolean
public:
bool FindRoot(
int maximumIterations
)
member FindRoot :
maximumIterations : int -> bool
Parameters
- maximumIterations
- Type: SystemInt32
The allowed number of iterations.
Return Value
Type:
Boolean if the root was found; otherwise
.
See Also