Skip to content

Modify Optim.Options #1171

@thchr

Description

@thchr

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions