You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -166,12 +163,7 @@ Notably, you can access, and modify, the following:
166
163
- `stats.status`: current status of the algorithm. Should be `:unknown` unless the algorithm has attained a stopping criterion. Changing this to anything other than `:unknown` will stop the algorithm, but you should use `:user` to properly indicate the intention;
167
164
- `stats.elapsed_time`: elapsed time in seconds.
168
165
"""
169
-
functionLM(
170
-
nls::AbstractNLSModel,
171
-
h::H,
172
-
options::ROSolverOptions;
173
-
kwargs...,
174
-
) where {H}
166
+
functionLM(nls::AbstractNLSModel, h::H, options::ROSolverOptions; kwargs...) where {H}
0 commit comments