Skip to content

Commit 18aef6c

Browse files
committed
Make Stochastic public
1 parent 1bc6be2 commit 18aef6c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/torchjd/aggregation/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
from ._krum import Krum, KrumWeighting
7272
from ._mean import Mean, MeanWeighting
7373
from ._mgda import MGDA, MGDAWeighting
74-
from ._mixins import Stateful
74+
from ._mixins import Stateful, Stochastic
7575
from ._pcgrad import PCGrad, PCGradWeighting
7676
from ._random import Random, RandomWeighting
7777
from ._sum import Sum, SumWeighting
@@ -109,6 +109,7 @@
109109
"Random",
110110
"RandomWeighting",
111111
"Stateful",
112+
"Stochastic",
112113
"Sum",
113114
"SumWeighting",
114115
"TrimmedMean",

0 commit comments

Comments
 (0)