Skip to content

Typo in LBFGS kwargs handling #850

@fhagemann

Description

@fhagemann

I spotted a small copy/paste typo in the kwargs handling of LBFGS-B:
When checking if maxtime is set, it returns that abstol is not used. I assume it should, instead, read maxtime is not used.

if !isnothing(maxtime)
@warn "common abstol is currently not used by $(opt)"
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions