File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ states as `RadiusUpdateSchemes.T`. Simply put the desired scheme as follows:
33
33
NLsolve
34
34
35
35
"""
36
- `RadiusUpdateSchemes.NW `
36
+ `RadiusUpdateSchemes.NocedalWright `
37
37
38
- Trust region updating scheme as in Nocedal and Wrigt [see Alg 11.5, page 291].
38
+ Trust region updating scheme as in Nocedal and Wright [see Alg 11.5, page 291].
39
39
"""
40
- NW
40
+ NocedalWright
41
41
42
42
"""
43
43
`RadiusUpdateSchemes.Hei`
@@ -460,7 +460,7 @@ function trust_region_step!(cache::TrustRegionCache)
460
460
cache. force_stop = true
461
461
end
462
462
463
- elseif radius_update_scheme === RadiusUpdateSchemes. NW
463
+ elseif radius_update_scheme === RadiusUpdateSchemes. NocedalWright
464
464
# accept/reject decision
465
465
if r > cache. step_threshold # accept
466
466
take_step! (cache)
You can’t perform that action at this time.
0 commit comments