Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reattaching nonstationary hyperparameters to optimization chassis #229

Merged
merged 7 commits into from
May 3, 2024

Commits on May 2, 2024

  1. removed overdense kriging weight visualization from the neighborhood …

    …visualization tutorial.
    bwpriest committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ef32d67 View commit details
    Browse the repository at this point in the history
  2. added NamedParameter backend interface so that optimization parameter…

    …s know their names. added VectorParameter and NamedVectorParameter backend interface for the anisotropic deformation. simplified optimization hyperparameter handling.
    bwpriest committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3ec5a43 View commit details
    Browse the repository at this point in the history
  3. removed embed_fn abstraction from DeformationFn and placed it inside …

    …of the hyperparameter classes
    bwpriest committed May 2, 2024
    Configuration menu
    Copy the full SHA
    cc6bc3b View commit details
    Browse the repository at this point in the history
  4. flake8 fixes

    bwpriest committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8ad7d9a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    5815033 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1375167 View commit details
    Browse the repository at this point in the history
  3. fix for torch backend

    bwpriest committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d717e79 View commit details
    Browse the repository at this point in the history