JuliaNLSolvers / NLSolvers.jl

No bells and whistles foundation of Optim.jl
https://julianlsolvers.github.io/NLSolvers.jl/dev/
MIT License
27 stars 8 forks source link

Handle edges in BrentMin. #38

Closed pkofod closed 2 years ago

pkofod commented 2 years ago

Brent mentions explicitly that the edges should not be evaluated in general, but I think it could be useful so I included it. You can exclude it by setting evaluate_bounds=false.

pkofod commented 2 years ago

ref https://github.com/JuliaNLSolvers/Optim.jl/issues/828