horde-ad icon indicating copy to clipboard operation
horde-ad copied to clipboard

document the core API of the Engine

Open sfindeisen opened this issue 2 years ago • 1 comments

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

sfindeisen avatar May 28 '22 10:05 sfindeisen