Skip to content

Commit 26b99eb

Browse files
committed
Update default
1 parent a510a8f commit 26b99eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/termination_conditions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ for mode in (:RelSafeBestTerminationMode, :AbsSafeBestTerminationMode)
3535
@eval begin
3636
Base.@kwdef struct $(mode){T1, T2, T3} <: AbstractSafeBestNonlinearTerminationMode
3737
protective_threshold::T1 = 1000
38-
patience_steps::Int = 30
38+
patience_steps::Int = 100
3939
patience_objective_multiplier::T2 = 3
4040
min_max_factor::T3 = 1.3
4141
end

0 commit comments

Comments
 (0)