ad-delcont

Reverse-mode automatic differentiation with delimited continuations

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

LTS Haskell 22.18:0.5.0.0
Stackage Nightly 2024-04-25: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.5.0.0@sha256:15aa556eb3406b7727c67b13a6720c3b965674406eba7274026450796f1276b0,2678

Module documentation for 0.5.0.0

Depends on 2 packages(full list with versions):

ad-delcont

Reverse-mode Automatic Differentiation using delimited continuations (shift and reset)

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

Changes

0.5

0.4

  • add unit tests

0.3

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

0.1

First public version