File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ for large-scale and numerically-difficult nonlinear systems.
58
58
preconditioners. For more information on specifying preconditioners for LinearSolve
59
59
algorithms, consult the
60
60
[LinearSolve.jl documentation](https://docs.sciml.ai/LinearSolve/stable/).
61
+ - `radius_update_scheme`: the choice of radius update scheme to be used. Defaults to `RadiusUpdateSchemes.Simple`
62
+ which follows the conventional approach. Other available schemes are `RadiusUpdateSchemes.Hei`,
63
+ `RadiusUpdateSchemes.Yuan`, `RadiusUpdateSchemes.Bastin`, `RadiusUpdateSchemes.Fan`. These schemes
64
+ have the trust region radius converging to zero that is seen to improve convergence. For more details, see the
65
+ [Yuan, Yx](https://link.springer.com/article/10.1007/s10107-015-0893-2#Sec4).
61
66
- `max_trust_radius`: the maximal trust region radius.
62
67
Defaults to `max(norm(fu), maximum(u) - minimum(u))`.
63
68
- `initial_trust_radius`: the initial trust region radius. Defaults to
You can’t perform that action at this time.
0 commit comments