numeric icon indicating copy to clipboard operation
numeric copied to clipboard

Automatic differentiation

Open sloisel opened this issue 12 years ago • 2 comments

Should this be implemented using an AD object? Can this AD object handle linear algebra? How much of it is orthogonal to numeric?

sloisel avatar Dec 18 '12 12:12 sloisel

I think automatic differentiation is mostly orthogonal, but it should be doable. Probably the best approach is static analysis, using something like node-falafel:

https://github.com/substack/node-falafel

mikolalysenko avatar Mar 05 '13 16:03 mikolalysenko

I am currently leaning towards an AD object.

sloisel avatar Mar 07 '13 21:03 sloisel