Skip to content

Commit

Permalink
use less conservative step acceptance policy
Browse files Browse the repository at this point in the history
  • Loading branch information
FHoltorf committed Sep 26, 2023
1 parent 21d246d commit 177def2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trustRegion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ end
function TrustRegion(; concrete_jac = nothing, linsolve = nothing, precs = DEFAULT_PRECS,
radius_update_scheme::RadiusUpdateSchemes.T = RadiusUpdateSchemes.Simple, #defaults to conventional radius update
max_trust_radius::Real = 0 // 1, initial_trust_radius::Real = 0 // 1,
step_threshold::Real = 1 // 10, shrink_threshold::Real = 1 // 4,
step_threshold::Real = 1 // 10000, shrink_threshold::Real = 1 // 4,
expand_threshold::Real = 3 // 4, shrink_factor::Real = 1 // 4,
expand_factor::Real = 2 // 1, max_shrink_times::Int = 32, adkwargs...)
ad = default_adargs_to_adtype(; adkwargs...)
Expand Down

0 comments on commit 177def2

Please sign in to comment.