Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Nov 1, 2023
1 parent 97ce852 commit e6a72d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nonlinear_least_squares.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ prob_iip = NonlinearLeastSquaresProblem(NonlinearFunction(loss_function;

nlls_problems = [prob_oop, prob_iip]
solvers = vec(Any[GaussNewton(; linsolve, linesearch)
for linsolve in [nothing, LUFactorization()],
for linsolve in [nothing, LUFactorization()],
linesearch in [Static(), BackTracking(), HagerZhang(), StrongWolfe(), MoreThuente()]])
append!(solvers,
[
Expand Down

0 comments on commit e6a72d3

Please sign in to comment.