Skip to content

Commit

Permalink
go back to old defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
FHoltorf committed Sep 14, 2023
1 parent c693f2c commit 5714eff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/trustRegion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,12 @@ function TrustRegion(; chunk_size = Val{0}(),
autodiff = Val{true}(),
standardtag = Val{true}(), concrete_jac = nothing,
diff_type = Val{:forward}, linsolve = nothing, precs = DEFAULT_PRECS,
radius_update_scheme::RadiusUpdateSchemes.T = RadiusUpdateSchemes.NW, #defaults to conventional radius update
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 // 10000,
shrink_threshold::Real = 1 // 10, #1 // 4,
expand_threshold::Real = 9 // 10, #3 // 4,
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)
Expand Down

0 comments on commit 5714eff

Please sign in to comment.