diff --git a/.gitignore b/.gitignore index a74426f43..ca05434c9 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,5 @@ pdf/ notebook/ markdown/ -.vscode \ No newline at end of file +.vscode +.qodo diff --git a/benchmarks/NonlinearProblem/nonlinear_solver_23_tests.jmd b/benchmarks/NonlinearProblem/nonlinear_solver_23_tests.jmd index ed7577df5..fef2b540e 100644 --- a/benchmarks/NonlinearProblem/nonlinear_solver_23_tests.jmd +++ b/benchmarks/NonlinearProblem/nonlinear_solver_23_tests.jmd @@ -14,6 +14,8 @@ These benchmarks compares the runtime and error for a range of nonlinear solvers - NLsolveJL's [Anderson acceleration](https://docs.sciml.ai/NonlinearSolve/stable/api/nlsolve/#Solver-API) (`NLsolveJL(method=:anderson)`). - Sundials's [Newton-Krylov](https://docs.sciml.ai/NonlinearSolve/stable/api/sundials/#Solver-API) method (`KINSOL()`). +solver_tracker = []; + Furthermore, for NonlinearSolve.jl's Newton Raphson method we try the following Line Search options (in addition to the default): - `HagerZhang` - `MoreThuente`