JuliaSmoothOptimizers / FluxNLPModels.jl

Other
6 stars 2 forks source link

Add multiprecision tests #4

Closed tmigot closed 8 months ago

tmigot commented 1 year ago

If we do obj(nlp, x32) with a vector of type Float32, will it return a Float32 ? Same for other precisions. This should be added to the unit tests.

farhadrclass commented 1 year ago

I am moving this to future, as we need to focus on moving our code to JSO

farhadrclass commented 8 months ago

I am adding this as part of the https://github.com/JuliaSmoothOptimizers/FluxNLPModels.jl/issues/15

15