Commit d25770c
[MRG] Bures-Wasserstein Gradient Descent for Bures-Wasserstein Barycenters (#680)
* bw barycenter with batched sqrtm
* BWGD for barycenters
* sbwgd for barycenters
* Test fixed_point vs gradient_descent
* fix test bwgd
* nx exp_bures
* update doc
* fix merge
* doc exp bw
* First tests stochastic + exp
* exp_bures with einsum
* type Id test
* up test stochastic
* test weights
* Add BW distance with batchs
* step size SGD BW Barycenter
* batchable BW distance
* RELEASES.md
* precommit
* Add ot.gaussian.bures
* Add arg backend
* up stop criteria sgd Gaussian barycenter
* Fix release
* fix doc
* change API bw
* up test bures_wasserstein_distance
* up test bures_wasserstein_distance
* up test bures_wasserstein_distance
---------
Co-authored-by: Cédric Vincent-Cuaz <[email protected]>
Co-authored-by: Rémi Flamary <[email protected]>1 parent 79eb337 commit d25770c
File tree
8 files changed
+710
-80
lines changed- ot
- test
8 files changed
+710
-80
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
47 | | - | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1363 | 1363 | | |
1364 | 1364 | | |
1365 | 1365 | | |
1366 | | - | |
| 1366 | + | |
1367 | 1367 | | |
1368 | 1368 | | |
1369 | 1369 | | |
| |||
1776 | 1776 | | |
1777 | 1777 | | |
1778 | 1778 | | |
1779 | | - | |
| 1779 | + | |
1780 | 1780 | | |
1781 | 1781 | | |
1782 | 1782 | | |
| |||
2309 | 2309 | | |
2310 | 2310 | | |
2311 | 2311 | | |
2312 | | - | |
| 2312 | + | |
2313 | 2313 | | |
2314 | 2314 | | |
2315 | 2315 | | |
| |||
2723 | 2723 | | |
2724 | 2724 | | |
2725 | 2725 | | |
2726 | | - | |
| 2726 | + | |
2727 | 2727 | | |
2728 | 2728 | | |
2729 | 2729 | | |
| |||
0 commit comments