File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/SimpleNonlinearSolve/src/bracketing Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ I. F. D. Oliveira and R. H. C. Takahashi.
14
14
15
15
The following keyword parameters are accepted.
16
16
17
- - `n₀::Int = 1 `, the 'slack'. Must not be negative. When n₀ = 0 the worst-case is
17
+ - `n₀::Int = 10 `, the 'slack'. Must not be negative. When n₀ = 0 the worst-case is
18
18
identical to that of bisection, but increacing n₀ provides greater oppotunity for
19
19
superlinearity.
20
- - `κ₁::Float64 = 0.1 `. Must not be negative. The recomended value is `0.2/(x₂ - x₁)`.
20
+ - `κ₁::Float64 = 0.007 `. Must not be negative. The recomended value is `0.2/(x₂ - x₁)`.
21
21
Lower values produce tighter asymptotic behaviour, while higher values improve the
22
22
steady-state behaviour when truncation is not helpful.
23
- - `κ₂::Real = 2 `. Must lie in [1, 1+ϕ ≈ 2.62). Higher values allow for a greater
23
+ - `κ₂::Real = 1.5 `. Must lie in [1, 1+ϕ ≈ 2.62). Higher values allow for a greater
24
24
convergence rate, but also make the method more succeptable to worst-case performance.
25
25
In practice, κ=1,2 seems to work well due to the computational simplicity, as κ₂ is used
26
26
as an exponent in the method.
You can’t perform that action at this time.
0 commit comments