-
Notifications
You must be signed in to change notification settings - Fork 232
Open
Description
I had hoped to be able to change an individual option in Optim.Option
, inheriting all other options, but could not find a way. Is it already implemented?
I.e., something like
o = Optim.Options(; f_abstol = 1e-4, g_abstol=1e-3)
modified_o = Optim.Options(o; show_trace = true) # now with f_abstol = 1e-4, g_abstol=1e-3, show_trace = true
Metadata
Metadata
Assignees
Labels
No labels