We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fbd71 commit f28687dCopy full SHA for f28687d
src/trustRegion.jl
@@ -58,6 +58,8 @@ for large-scale and numerically-difficult nonlinear systems.
58
preconditioners. For more information on specifying preconditioners for LinearSolve
59
algorithms, consult the
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
63
- `max_trust_radius`: the maximal trust region radius.
64
Defaults to `max(norm(fu), maximum(u) - minimum(u))`.
65
- `initial_trust_radius`: the initial trust region radius. Defaults to
0 commit comments