Skip to content

Commit

Permalink
final update
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-rs committed Jul 26, 2023
1 parent aad2f3e commit e62056c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/trustRegion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ for large-scale and numerically-difficult nonlinear systems.
[LinearSolve.jl documentation](https://docs.sciml.ai/LinearSolve/stable/).
- `radius_update_scheme`: the choice of radius update scheme to be used. Defaults to `RadiusUpdateSchemes.Simple`
which follows the conventional approach. Other available schemes are `RadiusUpdateSchemes.Hei`,
`RadiusUpdateSchemes.Yuan`, `RadiusUpdateSchemes.Bastin`, `RadiusUpdateSchemes.Fan`. For more details, see the
tutorials and [Yuan, Yx](https://link.springer.com/article/10.1007/s10107-015-0893-2#Sec4).
`RadiusUpdateSchemes.Yuan`, `RadiusUpdateSchemes.Bastin`, `RadiusUpdateSchemes.Fan`. These schemes
have the trust region radius converging to zero that is seen to improve convergence. For more details, see the
[Yuan, Yx](https://link.springer.com/article/10.1007/s10107-015-0893-2#Sec4).
- `max_trust_radius`: the maximal trust region radius.
Defaults to `max(norm(fu), maximum(u) - minimum(u))`.
- `initial_trust_radius`: the initial trust region radius. Defaults to
Expand Down

0 comments on commit e62056c

Please sign in to comment.