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

Linalg refactor #22

Merged
merged 20 commits into from
May 28, 2024
Merged

Linalg refactor #22

merged 20 commits into from
May 28, 2024

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    c9801dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c50851 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbb0773 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fafad31 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Change autogp kernels to accept linear algebra Mixin classes that all…

    …ows them to be easily used for different packages such as numpy and torch. The kernels were then elevated to the surrogate module as they will be re-used in other kernel based methods besides GP
    jdjakem committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d896cbd View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    a21c58f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3505920 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9599bc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    105beb9 View commit details
    Browse the repository at this point in the history
  5. Fix issues in tutorial scripts.

    Change scaling in optimization used in plot_multioutput_acv.py
    
    Update plot_bayesian_oed.py to use new interpolant interface
    jdjakem committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4632b4f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dad5dee View commit details
    Browse the repository at this point in the history
  7. Fix issues in yml files

    jdjakem committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ca487dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d039395 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    55af5fb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    af48732 View commit details
    Browse the repository at this point in the history
  2. Fix tolerance to account for cross platform differences in multioutpu…

    …t acv test on ubunutu
    jdjakem committed May 24, 2024
    Configuration menu
    Copy the full SHA
    fdfaf12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a2e8d7 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    2e04a99 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    a3e263e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    3516b12 View commit details
    Browse the repository at this point in the history