项目作者: PhiliPdB

项目描述 :
Domain Specific Language to perform Automatic Differentiation on Higher Order functions.
高级语言: Haskell
项目地址: git://github.com/PhiliPdB/ad-on-higher-order-functions.git
创建时间: 2021-01-23T13:58:16Z
项目社区:https://github.com/PhiliPdB/ad-on-higher-order-functions

开源协议:BSD 3-Clause "New" or "Revised" License

下载


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).