Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 74ca9e0

Browse files
committed
update of parameter
1 parent ea2fe76 commit 74ca9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trustRegion.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function SciMLBase.solve(prob::NonlinearProblem,
4747
T = typeof(x)
4848
Δₘₐₓ = float(alg.max_trust_radius) # The maximum trust region radius.
4949
Δ = Δₘₐₓ / 11 # Initial trust region radius.
50-
η₁ = 0.0 # Threshold for taking a step.
50+
η₁ = 0.1 # Threshold for taking a step.
5151
η₂ = 0.25 # Threshold for shrinking the trust region.
5252
η₃ = 0.75 # Threshold for expanding the trust region.
5353
t₁ = 0.25 # Factor to shrink the trust region with.

0 commit comments

Comments
 (0)