Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward or Backward mode autodiff? #16

Open
stewartdent opened this issue Mar 8, 2018 · 1 comment
Open

Forward or Backward mode autodiff? #16

stewartdent opened this issue Mar 8, 2018 · 1 comment

Comments

@stewartdent
Copy link

Is chumpy using Forward mode or Reverse mode automatic differentiation? A quick browse seems like forward mode...

@SelvamArul
Copy link

The function computing the automatic differentiation has implementation of both forward and backward mode here.

The documentation (sec 2.1) says "Chumpy is primarily a forward-mode, Jacobian producing autodifferentiation framework. Reverse-mode is partially supported, but much slower than it should be because some basic functions need implementation."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants