Skip to content

Domain Specific Language to perform Automatic Differentiation on Higher Order functions.

License

Notifications You must be signed in to change notification settings

PhiliPdB/ad-on-higher-order-functions

Repository files navigation

Automatic Differentiation on Higher Order Functions

This project is done under supervision by Matthijs Vákár for the course "Concepts of Programming Language Design" at Utrecht University. For this project we implemented a Automatic Differentiation algorithm created by Matthijs Vákár [1], which can perform Automatic Differentiation on Higher-Order Functions.

Example programs

A few example programs are available in Examples.hs. These can be tested by first building the library (stack build) and then opening the file in GHCi (stack ghci Examples.hs).

About

Domain Specific Language to perform Automatic Differentiation on Higher Order functions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published