Closed
Description
I have being using ForwardDiff.jl for a while. My use case is a little bit different as I need to differentiate f(x, args...)
only with respect to x
. Of source, in typical usage this can be accomplished by closure. By in some instances it is not possible.
I locally extended the api to allow args...
to be passed down down (see, e.g., here).
I have been following the work on #27 (which is great by the way) and I was wondering whether either such extension would be possible or whether the new API will allow additional arguments.