Skip to content

Commit

Permalink
make step accepteance less consersative for better performance
Browse files Browse the repository at this point in the history
  • Loading branch information
FHoltorf committed Nov 18, 2023
1 parent 9387e5f commit 5b9100a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SimpleNonlinearSolve/src/trustRegion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ struct SimpleTrustRegion{T, CS, AD, FDT} <: AbstractNewtonAlgorithm{CS, AD, FDT}
diff_type = Val{:forward},
max_trust_radius::Real = 0.0,
initial_trust_radius::Real = 0.0,
step_threshold::Real = 0.1,
step_threshold::Real = 0.0001,
shrink_threshold::Real = 0.25,
expand_threshold::Real = 0.75,
shrink_factor::Real = 0.25,
Expand Down

0 comments on commit 5b9100a

Please sign in to comment.