File size: 463 Bytes
fc0f7bd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Stochastic Gradient Estimators
==============================

.. currentmodule:: optax.monte_carlo

.. autosummary::
    measure_valued_jacobians
    pathwise_jacobians
    score_function_jacobians

Measure valued Jacobians
~~~~~~~~~~~~~~~~~~~~~~~~
.. autofunction:: measure_valued_jacobians

Pathwise Jacobians
~~~~~~~~~~~~~~~~~~
.. autofunction:: pathwise_jacobians

Score function Jacobians
~~~~~~~~~~~~~~~~~~~~~~~~
.. autofunction:: score_function_jacobians