We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167b3e9 commit 2fafbc7Copy full SHA for 2fafbc7
1 file changed
diffrax/_adjoint.py
@@ -880,6 +880,11 @@ class ForwardMode(AbstractAdjoint):
880
as
881
[`optimistix.LevenbergMarquardt`](https://docs.kidger.site/optimistix/api/least_squares/#optimistix.LevenbergMarquardt),
882
that operate on the residuals.
883
+
884
+ For the autodifferentiation geeks: this is 'discretise then optimise' forward-mode,
885
+ that is to say it operates through the internal numerics of the solver. (As compared
886
+ to 'optimise then discretise' forward mode, which would set up another ODE to solve
887
+ in parallel.)
888
""" # noqa: E501
889
890
def loop(
0 commit comments