Skip to content

Commit b15bf2b

Browse files
Proektsoft-EOODChrisRackauckas
authored andcommitted
Update documentation with latest improvements
Added reference to 2026 improvements in modAB.jl.
1 parent 0ea19b8 commit b15bf2b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • lib/BracketingNonlinearSolve/src

lib/BracketingNonlinearSolve/src/modAB.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ function, with a convergence rate between 1.7 and 1.8.
99
This method was introduced in the paper "Modified Anderson-Bjork’s method for solving non-linear equations
1010
in structural mechanics" (https://doi.org/10.1088/1757-899X/1276/1/012010) by
1111
N Ganchovski and A Traykov.
12+
13+
This implementation includes the latest improvements made in 2026 by the following paper:
14+
Ganchovski, N.; Smith, O.; Rackauckas, C.; Tomov, L.; Traykov, A.
15+
Improvements to the Modified Anderson–Björck (modAB) Root-Finding Algorithm. Algorithms 2026, 19, 332.
16+
(https://doi.org/10.3390/a19050332)
17+
1218
"""
1319
struct ModAB <: AbstractBracketingAlgorithm
1420
end

0 commit comments

Comments
 (0)