File size: 1,853 Bytes
fc0f7bd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
🔧 Contrib
===============

Experimental features and algorithms that don't meet the
:ref:`inclusion_criteria`.

.. currentmodule:: optax.contrib

.. autosummary::
    cocob
    COCOBState
    dadapt_adamw
    DAdaptAdamWState
    differentially_private_aggregate
    DifferentiallyPrivateAggregateState
    dog
    DoGState
    dowg
    DoWGState
    dpsgd
    mechanize
    MechanicState
    momo
    MomoState
    momo_adam
    MomoAdamState
    prodigy
    ProdigyState
    sam
    SAMState
    schedule_free
    schedule_free_eval_params
    ScheduleFreeState
    split_real_and_imaginary
    SplitRealAndImaginaryState
    sophia
    scale_by_sophia
    SophiaState

Complex-valued Optimization
~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autofunction:: split_real_and_imaginary
.. autoclass:: SplitRealAndImaginaryState

Continuous coin betting
~~~~~~~~~~~~~~~~~~~~~~~
.. autofunction:: cocob
.. autoclass:: COCOBState

D-adaptation
~~~~~~~~~~~~
.. autofunction:: dadapt_adamw
.. autoclass:: DAdaptAdamWState

Differentially Private Aggregate
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autofunction:: differentially_private_aggregate
.. autoclass:: DifferentiallyPrivateAggregateState
.. autofunction:: dpsgd

Distance over Gradients
~~~~~~~~~~~~~~~~~~~~~~~
.. autofunction:: dog
.. autoclass:: DoGState
.. autofunction:: dowg
.. autoclass:: DoWGState

Mechanize
~~~~~~~~~
.. autofunction:: mechanize
.. autoclass:: MechanicState

Momo
~~~~
.. autofunction:: momo
.. autoclass:: MomoState
.. autofunction:: momo_adam
.. autoclass:: MomoAdamState

Prodigy
~~~~~~~
.. autofunction:: prodigy
.. autoclass:: ProdigyState

Schedule-Free
~~~~~~~~~~~~~
.. autofunction:: schedule_free
.. autofunction:: schedule_free_eval_params
.. autoclass:: ScheduleFreeState

Sharpness aware minimization
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autofunction:: sam
.. autoclass:: SAMState