We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc6be2 commit 18aef6cCopy full SHA for 18aef6c
1 file changed
src/torchjd/aggregation/__init__.py
@@ -71,7 +71,7 @@
71
from ._krum import Krum, KrumWeighting
72
from ._mean import Mean, MeanWeighting
73
from ._mgda import MGDA, MGDAWeighting
74
-from ._mixins import Stateful
+from ._mixins import Stateful, Stochastic
75
from ._pcgrad import PCGrad, PCGradWeighting
76
from ._random import Random, RandomWeighting
77
from ._sum import Sum, SumWeighting
@@ -109,6 +109,7 @@
109
"Random",
110
"RandomWeighting",
111
"Stateful",
112
+ "Stochastic",
113
"Sum",
114
"SumWeighting",
115
"TrimmedMean",
0 commit comments