-
-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
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.
Lines 47 to 49 in 5cb17b6
| if !isnothing(maxtime) | |
| @warn "common abstol is currently not used by $(opt)" | |
| end |
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested