Skip to content

Commit 094eb34

Browse files
committed
add meaningful description for NLsolve and NW trust region updating schemes
1 parent 884aafc commit 094eb34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/trustRegion.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ states as `RadiusUpdateSchemes.T`. Simply put the desired scheme as follows:
2828
"""
2929
`RadiusUpdateSchemes.NLsolve`
3030
31-
The same updating rule as in NLsolve's trust region implementation
31+
The same updating scheme as in NLsolve's (https://github.com/JuliaNLSolvers/NLsolve.jl) trust region dogleg implementation.
3232
"""
3333
NLsolve
3434

3535
"""
36-
`RadiusUpdateSchemes.NLsolve`
36+
`RadiusUpdateSchemes.NW`
3737
38-
Nocedal and Wright updating scheme
38+
Trust region updating scheme as in Nocedal and Wrigt [see Alg 11.5, page 291].
3939
"""
4040
NW
4141

0 commit comments

Comments
 (0)