You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jess found the issue! Or at least one of them. We are calculating the centroid for trimmed_b incorrectly. There can be duplicates in the array, skewing the result.
Hmmm... I investigated a bit. I tried to fix this but the performance was way worse. It is possible that our original code is actually correct. If we treat the SVD method as something that simply optimizes the distance cost between pairs of points, fixing the centroid actually breaks the guarantees of the proof, it doesn't restore them. So maybe there is another cause?
Trimmed seems to perform way worse than it should. Are we doing something wrong?
The text was updated successfully, but these errors were encountered: