Skip to content

Commit f76ba68

Browse files
Update trustRegion.jl
1 parent 496afd3 commit f76ba68

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/trustRegion.jl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
EnumX.@enumx RadiusUpdateSchemes begin
2+
Simple
3+
Hei
4+
Yuan
5+
Bastin
6+
Fan
7+
end
8+
19
"""
210
```julia
311
TrustRegion(; chunk_size = Val{0}(), autodiff = Val{true}(),
@@ -85,14 +93,6 @@ for large-scale and numerically-difficult nonlinear systems.
8593
Currently, the linear solver and chunk size choice only applies to in-place defined
8694
`NonlinearProblem`s. That is expected to change in the future.
8795
"""
88-
EnumX.@enumx RadiusUpdateSchemes begin
89-
Simple
90-
Hei
91-
Yuan
92-
Bastin
93-
Fan
94-
end
95-
9696
struct TrustRegion{CS, AD, FDT, L, P, ST, CJ, MTR} <:
9797
AbstractNewtonAlgorithm{CS, AD, FDT, ST, CJ}
9898
linsolve::L

0 commit comments

Comments
 (0)