Closed linusheck closed 1 year ago
My first intuition would be that save_everystep
just doesn't apply to the VBT and shouldn't be set if the field doesn't exist. I will make a PR that also adds a reversal of the VBT to the tests
Ok, this isn't the only problem, the VBT also doesn't really work with NoiseWrapper
. Am I using it correctly? I'm just trying to differentiate something in combination with BacksolveAdjoint
.
@frankschae have you looked into this use case?
I sent frank a message on slack :)
Thanks so much! I'll try it out today :)
Issue is fixed :)
Hi all! I can't differentiate a
VirtualBrownianTree
using theBacksolveAdjoint
because:yields
BacksolveAdjoint
calls this method here: https://github.com/SciML/SciMLSensitivity.jl/blob/834a4c70c45c6525d66d6fa7ee7c29837435e0f9/src/backsolve_adjoint.jl#L332