Skip to content

Commit e62056c

Browse files
committed
final update
1 parent aad2f3e commit e62056c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/trustRegion.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ for large-scale and numerically-difficult nonlinear systems.
5252
[LinearSolve.jl documentation](https://docs.sciml.ai/LinearSolve/stable/).
5353
- `radius_update_scheme`: the choice of radius update scheme to be used. Defaults to `RadiusUpdateSchemes.Simple`
5454
which follows the conventional approach. Other available schemes are `RadiusUpdateSchemes.Hei`,
55-
`RadiusUpdateSchemes.Yuan`, `RadiusUpdateSchemes.Bastin`, `RadiusUpdateSchemes.Fan`. For more details, see the
56-
tutorials and [Yuan, Yx](https://link.springer.com/article/10.1007/s10107-015-0893-2#Sec4).
55+
`RadiusUpdateSchemes.Yuan`, `RadiusUpdateSchemes.Bastin`, `RadiusUpdateSchemes.Fan`. These schemes
56+
have the trust region radius converging to zero that is seen to improve convergence. For more details, see the
57+
[Yuan, Yx](https://link.springer.com/article/10.1007/s10107-015-0893-2#Sec4).
5758
- `max_trust_radius`: the maximal trust region radius.
5859
Defaults to `max(norm(fu), maximum(u) - minimum(u))`.
5960
- `initial_trust_radius`: the initial trust region radius. Defaults to

0 commit comments

Comments
 (0)