File size: 439 Bytes
fc0f7bd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | Control Variates
================
.. currentmodule:: optax.monte_carlo
.. autosummary::
control_delta_method
control_variates_jacobians
moving_avg_baseline
Control delta method
~~~~~~~~~~~~~~~~~~~~
.. autofunction:: control_delta_method
Control variates Jacobians
~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autofunction:: control_variates_jacobians
Moving average baseline
~~~~~~~~~~~~~~~~~~~~~~~
.. autofunction:: moving_avg_baseline
|