-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Gaussian kernel * Make runnable with Sinkhorn * Fix epsilon * Use the same random vectors, fix epsilon * Add arccos kernel * Add citation * Fix citation, start working on docs * Addd LambertW * Polish docstrings * Update Lambert W docs * Format references * Remove useless TYPE_CHECKING * Update docstring * Add test skeletons * Add rank test * Update tests * Start working on arccos cost * Add arccos to docs * Add `s=2` option for `Arccos` * Fix LRK tests * Fix tests and tree API * Rename argument * Add generic order using `jax.grad` * Test also the implementation of `J(theta)` * Polish flaky test * Address comments
- Loading branch information
Showing
8 changed files
with
459 additions
and
7 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
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 |
---|---|---|
|
@@ -40,3 +40,4 @@ Miscellaneous | |
utils.norm | ||
utils.logsumexp | ||
utils.softmin | ||
utils.lambertw |
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
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
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
Oops, something went wrong.