forked from wonjunee/wgfBFMcodes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b49ad3a
commit f03938f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# The Back-And-Forth Method (BFM) for Wasserstein Gradient Flows Codes | ||
|
||
MATLAB C++ wrapper for The Back-And-Forth Method (BFM) for Wasserstein Gradient Flows by [Matt Jacobs](https://www.math.ucla.edu/~majaco/), [Wonjun Lee](https://www.math.ucla.edu/~wlee/), [Flavien Léger](https://flavienleger.github.io). | ||
C++ code with a MATLAB wrapper for "The back-and-forth method for Wasserstein gradient flows" by [Matt Jacobs](https://www.math.ucla.edu/~majaco/), [Wonjun Lee](https://www.math.ucla.edu/~wlee/), [Flavien Léger](https://flavienleger.github.io). | ||
|
||
Check the project website here: https://wasserstein-gradient-flows.netlify.app | ||
|
||
The url to the paper: https://arxiv.org/pdf/2011.08151.pdf. | ||
Link to the paper: https://arxiv.org/pdf/2011.08151.pdf. |