Non-Contradiction / autodiffr

Automatic Differentiation for R
https://non-contradiction.github.io/autodiffr/
Other
23 stars 2 forks source link

`forward.deriv` has problems on `function(x) 1 / (1 + exp(-x))` #7

Closed Non-Contradiction closed 6 years ago

Non-Contradiction commented 6 years ago

The problem is caused by issues in JuliaCall. Currently the corresponding test is commented out. Will be back once the issue is fixed.

Non-Contradiction commented 6 years ago

Since the JuliaCall issue is fixed, the test goes back.