ad-delcont

Reverse-mode automatic differentiation with delimited continuations

https://github.com/ocramz/ad-delcont

Version on this page:0.3.0.0
LTS Haskell 22.14:0.5.0.0
Stackage Nightly 2024-03-28:0.5.0.0
Latest on Hackage:0.5.0.0

See all snapshots ad-delcont appears in

BSD-3-Clause licensed by Marco Zocca
Maintained by ocramz
This version can be pinned in stack with:ad-delcont-0.3.0.0@sha256:c057cb8a772afbcd04a06a7c1cf093484149eae6fbe5113d7bfc648e13cbe30e,2544

Module documentation for 0.3.0.0

Depends on 2 packages(full list with versions):

ad-delcont

Reverse-mode Automatic Differentiation using delimited continuations (shift and reset) , as shown in [1]

Introductory blog post : http://ocramz.github.io/haskell/automatic-differentiation/2021/07/19/ad-delcont.html

Changes

0.3

  • add grad
  • refactor AD types to retrieve Functor and Applicative instance

0.1

First public version