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 527f12f commit 3c70b25Copy full SHA for 3c70b25
1 file changed
README.md
@@ -23,7 +23,7 @@ two complementary approaches:
23
literature (geometric mean, softmax weighting, [etc.](#supported-scalarizers)). This is often a good baseline.
24
- **[Jacobian descent](https://arxiv.org/pdf/2406.16232)**: compute the Jacobian matrix of losses
25
with respect to parameters and aggregate it into an update direction using state-of-the-art
26
- aggregators (UPGrad, MGDA, CAGrad, [and many more]()#supported-aggregators-and-weightings).
+ aggregators (UPGrad, MGDA, CAGrad, [and many more](#supported-aggregators-and-weightings)).
27
This in particular allows taking conflict-free
28
optimization directions, which can resolve problems that may be impossible to solve with standard
29
scalarizers.
0 commit comments