horde-ad
horde-ad copied to clipboard
document the core API of the Engine
Write nice Haddock for the following 3 functions in HordeAd/Core/Engine.hs
: dReverse
, dForward
, dFastForward
. Some inspiration can be drawn from HordeAd/Internal/Delta.hs:gradientFromDelta
.
Links to the code (ATM):
https://github.com/Mikolaj/horde-ad/blob/91dc3840ee27cc75ce1b7c5a1411600eb66bfe94/src/HordeAd/Core/Engine.hs#L144
https://github.com/Mikolaj/horde-ad/blob/91dc3840ee27cc75ce1b7c5a1411600eb66bfe94/src/HordeAd/Core/Engine.hs#L180
https://github.com/Mikolaj/horde-ad/blob/91dc3840ee27cc75ce1b7c5a1411600eb66bfe94/src/HordeAd/Core/Engine.hs#L217
https://github.com/Mikolaj/horde-ad/blob/91dc3840ee27cc75ce1b7c5a1411600eb66bfe94/src/HordeAd/Internal/Delta.hs#L331