Skip to content

Commit

Permalink
Increase Problem Size
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Dec 16, 2023
1 parent aa47ee2 commit 9495a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/NonlinearProblem/bruss.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ end
First, let us experiment the scaling of each algorithm with the problem size.

```julia
Ns = 2 .^ (2:6)
Ns = 2 .^ (2:7)
solver_names = ["NewtonRaphson (Dense)", "NewtonRaphson (Approximate Sparse)",
"NewtonRaphson (Exact Sparse)", "TrustRegion (Dense)",
"TrustRegion (Approximate Sparse)", "TrustRegion (Exact Sparse)",
Expand Down

0 comments on commit 9495a30

Please sign in to comment.