mlubin / ReverseDiffSparse.jl

Reverse-mode automatic differentiation for sparse Hessians
Other
24 stars 12 forks source link

use NaNMath package to return NaNs instead of throwing DomainErrors #7

Closed mlubin closed 10 years ago

mlubin commented 10 years ago

This seems to be a cleaner workaround than #6, at least until there's a solution in base Julia.

mlubin commented 10 years ago

@davidanthoff, your script from JuliaOpt/JuMP.jl#318 seems to be working with this.

davidanthoff commented 10 years ago

Yes, thanks!