We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeff844 commit 3b5695aCopy full SHA for 3b5695a
1 file changed
CHANGELOG.md
@@ -12,6 +12,7 @@ changelog does not include internal changes that do not affect the user.
12
13
- Made `WeightedAggregator`, `GramianWeightedAggregator`, `MatrixWeighting`, and `GramianWeighting`
14
public. These abstract base classes are now importable from `torchjd.aggregation` and documented.
15
+ They can be extended to easily implement custom `Weighting`s and `Aggregator`s.
16
- Added getters and setters for the constructor parameters of all aggregators and weightings, so
17
that they can be changed after initialization. This includes: `pref_vector`,
18
`norm_eps` and `reg_eps` in `UPGrad`, `UPGradWeighting`, `DualProj` and `DualProjWeighting`;
0 commit comments