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 f777758 commit 13b0c1dCopy full SHA for 13b0c1d
ext/NonlinearSolveLeastSquaresOptimExt.jl
@@ -47,7 +47,7 @@ function SciMLBase.__solve(
47
throw(ArgumentError("Unknown LeastSquaresOptim Algorithm: $(Meta.quot(alg.alg))"))
48
end
49
50
- allocated_prob = LSO.LeastSquaresProblemAllocated(lsoprob, lso_solver(alg))
+ allocated_prob = LSO.LeastSquaresProblemAllocated(lsoprob, lso_solver)
51
res = LSO.optimize!(
52
allocated_prob;
53
x_tol = reltol, f_tol = abstol, g_tol = abstol, iterations = maxiters,
0 commit comments