We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2020887 commit bcd5fc0Copy full SHA for bcd5fc0
src/retcodes.jl
@@ -412,7 +412,7 @@ EnumX.@enumx ReturnCode begin
412
413
- For nonlinear least squares optimizations, this is given for local minima which exceed
414
the chosen tolerance, i.e. `f(x)=resid` where `||resid||>tol` so it's not considered
415
- ReturnCode.Success but it is still considered a sucessful return of the solver since
+ ReturnCode.Success but it is still considered a successful return of the solver since
416
it's a valid local minima (and there no minima which achieves the tolerance).
417
418
## Properties
0 commit comments