LevenbergMarquardt2DSolve Method |
Minimize/Solves for zeros, using x as starting point
and updating the value of x as a result.
Namespace:
DHI.Mike1D.Generic.MathAlgorithms
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public bool Solve(
ref double[] x
)
Parameters
- x
- Type: SystemDouble
Starting point of the solver
Return Value
Type:
BooleanTrue if solution has converged, false if the
MaxIter was reached
See Also