Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ makedocs(;
"https://github.com/devernay/cminpack/blob/d1f5f5a273862ca1bbcf58394e4ac060d9e22c76/hybrj.c",
"https://github.com/devernay/cminpack/blob/d1f5f5a273862ca1bbcf58394e4ac060d9e22c76/lmder.c",
"https://net-informations.com/faq/net/stack-heap.htm", # Unreliable external site
"https://iopscience.iop.org/article/10.1088/1757-899X/1276/1/012010/", # IOP redirects to PerimeterX bot validator from CI
],
checkdocs = :exports,
warnonly = [:missing_docs],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/solvers/bracketing_solvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Solves for ``f(t) = 0`` in the problem defined by `prob` using the algorithm `al
algorithm is given, a default algorithm will be chosen.

## Recommended Methods
[`modAB`](@ref) (Modified Anderson-Bjork) is the recommended method for the scalar interval
[`ModAB`](@ref) (Modified Anderson-Bjork) is the recommended method for the scalar interval
root-finding problems. It combines Bisection with Anderson-Bjork steps to achieve superlinear
convergence 1.7–1.8, providing optimal convergence rate for poorly behaved functions.
According to our benchmarks, it outperforms the other methods in most cases.
Expand Down
Loading