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
NonlinearSolve.jl has a nothing dispatch for NonlinearProblem. All we need to do now is add one for NonlinearLeastSquaresProblem. Once that is done, we can set the default nlsolve to be nothing
Currently, we fix the solver at the time of algorithm creation. This means for a
NLS
problem our defaults are incorrect.Easy solution:
nlsolve
as nothingconcretize
stepnothing
then return the solvernothing
choose the solver based on the generated problemThe text was updated successfully, but these errors were encountered: