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

Commit 32f1809

Browse files
committed
make step accepteance less consersative for better performance
1 parent 2b775f2 commit 32f1809

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
@@ -68,7 +68,7 @@ struct SimpleTrustRegion{T, CS, AD, FDT} <: AbstractNewtonAlgorithm{CS, AD, FDT}
6868
diff_type = Val{:forward},
6969
max_trust_radius::Real = 0.0,
7070
initial_trust_radius::Real = 0.0,
71-
step_threshold::Real = 0.1,
71+
step_threshold::Real = 0.0001,
7272
shrink_threshold::Real = 0.25,
7373
expand_threshold::Real = 0.75,
7474
shrink_factor::Real = 0.25,

0 commit comments

Comments
 (0)