It would be nice to have a universal translator between:
At the moment, DI.DifferentiateWith is a partial answer, but
- it only works for one argument, number or array
- it only defines rules for ForwardDiff and ChainRules (but that's not a limitation just a question of time)
- it requires users to replace every
f with DifferentiateWith(f, other_backend)
It would be nice to have a universal translator between:
At the moment,
DI.DifferentiateWithis a partial answer, butfwithDifferentiateWith(f, other_backend)