JuliaNLSolvers / Optim.jl

Optimization functions for Julia
Other
1.1k stars 214 forks source link

added time_limit for univariate optimization #1092

Closed christianhauschel closed 2 months ago

christianhauschel commented 2 months ago

https://github.com/JuliaNLSolvers/Optim.jl/issues/949

pkofod commented 2 months ago

Thanks a lot!

pkofod commented 2 months ago

Something is failing on macosx master. Not sure why that is. May have to do some searching. Don't think it's related :)

pkofod commented 2 months ago

Could you add tests that exercise the methods you added? Thanks

pkofod commented 2 months ago

Thanks. I'm running tests and if they pass I'll merge

pkofod commented 2 months ago

Thanks again