JuliaNLSolvers / LineSearches.jl

Line search methods for optimization and root-finding
Other
115 stars 33 forks source link

Support DoubleFloats #130

Closed anriseth closed 5 years ago

anriseth commented 6 years ago

Currently these don't work together with the Inf values in our @with_kw structs.

This can be fixed with https://github.com/JuliaMath/DoubleFloats.jl/issues/18, and if so we should re-enable the DoubleFloats tests in arbitrary_precision.jl. Otherwise, we'll have to think of something new here

pkofod commented 5 years ago

Can this be closed @anriseth ?