Skip to content

JuliaDecisionFocusedLearning/DifferentiableExpectations.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DifferentiableExpectations.jl

Stable Dev Build Status Coverage Code Style: Blue

A Julia package for differentiating through expectations with Monte-Carlo estimates.

It allows the computation of approximate derivatives for functions of the form

$$F(\theta) = \mathbb{E}_{p(\theta)}[f(X)]$$

The following estimators are implemented:

Warning: this package is experimental, use at your own risk and expect frequent breaking releases.