Skip to content

Commit 17abaf0

Browse files
committed
some fixes
1 parent 4aa4813 commit 17abaf0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/trustRegion.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,10 @@ function SciMLBase.__init(prob::NonlinearProblem{uType, iip}, alg::TrustRegion,
283283
r = loss
284284

285285
# Parameters for the Schemes
286+
p1 = 0
287+
p2 = 0
288+
p3 = 0
289+
p4 = 0
286290
ϵ = 1e-8
287291
if radius_update_scheme === RadiusUpdateSchemes.Hei
288292
step_threshold = 0

0 commit comments

Comments
 (0)