From 2ecbdda9a99958fbce114020cdba54c2bead9c70 Mon Sep 17 00:00:00 2001 From: Nicholas Labelle St-Pierre Date: Wed, 5 Feb 2025 11:55:09 -0500 Subject: [PATCH] docstring typo --- src/stackedtime/sim_nr.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stackedtime/sim_nr.jl b/src/stackedtime/sim_nr.jl index a9d4fe3..8799ac8 100644 --- a/src/stackedtime/sim_nr.jl +++ b/src/stackedtime/sim_nr.jl @@ -26,8 +26,8 @@ Solve the simulation problem using a Newton iteration with damping. `array[end]`. - `damping_amijo(α=1e-4, σ=0.5)` implements a standard linesearch algorithm based on the Armijo rule - - `damping_bank_rose(delta=0.1, rateK=10.0)` implements a the damping - algorithm of Bank and Rose 1980 + - `damping_br81(delta=0.1, rateK=10.0)` implements a the damping + algorithm of Bank and Rose 1981 ##### Conventions for custom damping function. The `damping` callback function is expected to have the following signature: