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 884aafc commit 094eb34Copy full SHA for 094eb34
src/trustRegion.jl
@@ -28,14 +28,14 @@ states as `RadiusUpdateSchemes.T`. Simply put the desired scheme as follows:
28
"""
29
`RadiusUpdateSchemes.NLsolve`
30
31
- The same updating rule as in NLsolve's trust region implementation
+ The same updating scheme as in NLsolve's (https://github.com/JuliaNLSolvers/NLsolve.jl) trust region dogleg implementation.
32
33
NLsolve
34
35
36
- `RadiusUpdateSchemes.NLsolve`
+ `RadiusUpdateSchemes.NW`
37
38
- Nocedal and Wright updating scheme
+ Trust region updating scheme as in Nocedal and Wrigt [see Alg 11.5, page 291].
39
40
NW
41
0 commit comments