Skip to content

Commit a1ae51b

Browse files
Proektsoft-EOODdpiparo
authored andcommitted
Added reference to the ModAB algorithm's paper
Updated description of the Modified Anderson-Bjork root-finding algorithm to include proper citation.
1 parent e706f3b commit a1ae51b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README/ReleaseNotes/v640/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ As part of this migration, the following build options are deprecated. From ROOT
255255

256256
### Added Modified Anderson-Bjork (ModAB) root-finding algorithm
257257

258-
This is new and efficient bracketing root-finding algorithm. It combines bisection with Anderson-Bjork's method to achieve superlinear convergence (e.i. = 1.7-1.8), while preserving worst-case optimality. According to the benchmarks, it outperforms classical algorithms like ITP, Brent and Ridders. It is implemented as the `ROOT::Math::ModABRootFinder` class.
258+
This is new and efficient bracketing root-finding [(Ganchovski, et al. 2026)](https://www.mdpi.com/1999-4893/19/5/332). It combines bisection with Anderson-Bjork's method to achieve superlinear convergence (e.i. = 1.7-1.8), while preserving worst-case optimality. According to the benchmarks, it outperforms classical algorithms like ITP, Brent and Ridders. It is implemented as the `ROOT::Math::ModABRootFinder` class.
259259

260260
## RooFit
261261

0 commit comments

Comments
 (0)