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
[MRG] Faster gromov-wasserstein linesearch for symmetric matrices (#607)
* improved gw linsearch for symmetric case
* add a demo in examples
* remove example
* releases.md updated
---------
Co-authored-by: Rémi Flamary <remi.flamary@gmail.com>
Copy file name to clipboardExpand all lines: RELEASES.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
## 0.9.3
4
4
5
+
#### New features
6
+
+`ot.gromov._gw.solve_gromov_linesearch` now has an argument to specifify if the matrices are symmetric in which case the computation can be done faster.
7
+
5
8
#### Closed issues
6
9
- Fixed an issue with cost correction for mismatched labels in `ot.da.BaseTransport` fit methods. This fix addresses the original issue introduced PR #587 (PR #593)
7
10
- Fix gpu compatibility of sr(F)GW solvers when `G0 is not None`(PR #596)
0 commit comments