JamesYang007 / FastAD

FastAD is a C++ implementation of automatic differentiation both forward and reverse mode.
MIT License
103 stars 3 forks source link

Internal interface change from using `bind` to `bind_cache` #90

Closed JamesYang007 closed 4 years ago

JamesYang007 commented 4 years ago

This change should make the binding logic simpler by getting rid of the compiler check if an expression is var_view before binding.