-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reattaching nonstationary hyperparameters to optimization chassis (#229)
* removed overdense kriging weight visualization from the neighborhood visualization tutorial. * added NamedParameter backend interface so that optimization parameters know their names. * added VectorParameter and NamedVectorParameter backend interface for the anisotropic deformation. * simplified optimization hyperparameter handling. * removed embed_fn abstraction from DeformationFn and placed it inside of the hyperparameter classes * reimplemented hierarchical hyperparameter and hooked it back into the optimizer * updated tests with new Anisotropy api * fix for torch backend
- Loading branch information
Showing
29 changed files
with
748 additions
and
695 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
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.