Skip to content

Is ConFIG 'non-conflicting' or not in the table of torchJD documentation? #346

Answered by PierreQuinton
huzeou asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, as far as I remember, ConFIG is originally only defined on full rank matrices that are well conditioned. As Aggregators are mapping from any matrix to their aggregation, we had to use the pseudo-inverse definition, that works on those matrices too, and we did so with the original author (See #223). Because of this, the aggregator might conflict on some matrices.

Note that such matrices correspond to Jacobians of those points whose image are close to the Pareto front and so they are relevant to multi-objective optimization as the goal is to reach the Pareto front.

You can find a counter example to the non-conflicting property here #223 (comment). Note that this corresponds to a Pareto…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@huzeou
Comment options

Answer selected by PierreQuinton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #345 on May 16, 2025 15:59.