-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Restating my post on https://discourse.mc-stan.org/t/help-write-an-autodiff-handbook/12640/13.
I propose grouping the chapters on ODEs, algebraic equations, and integrals, into one section on implicit functions. This is in part because for all these methods, we can apply the adjoint method to construct differentiation algorithms.
The content would be as follows:
Automatic differentiation for implicit functions
- Algebraic equations: implicit function theorem, adjoint method, practical considerations
- Optimization problems: extending results from the algebraic equations, equality constraint, inequality constraints, conditions for existence of derivatives and diagnostics
- Ordinary differential equations: full Jacobian, adjoint method, tricks for users
- Action of matrix exponential: adjoint method based on ODE case
- Differential algebraic equations: adjoint method
- Discrete sequences: adjoint method
We've already written a lot of this down, it's just matter of putting it together.
Metadata
Metadata
Assignees
Labels
No labels