-
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.
Refactor regularized TI costs (#553)
* Update docs Add new costs Update tests Final polishing * Decrease tolerance in `test_l2_moreau_envelope` * Fix not passing `kwargs` * Expose initial estimate in `h_transform` * Test for `x_init` * Change variable name in `h_transform` * Better `h_transform` parameterization * Add more references * Add a missing reference * Update docs of p-norm * Improve the docs of `RegTICost.h_transform` * Rename `is_squared` -> `is_factor` * Better `h_legendre` docs * Expose solver in `TICost.h_transform`
- Loading branch information
Showing
11 changed files
with
1,241 additions
and
557 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -20,5 +20,6 @@ | |
graph, | ||
grid, | ||
pointcloud, | ||
regularizers, | ||
segment, | ||
) |
Oops, something went wrong.