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

Laplace approximation to posterior #20

Merged
merged 29 commits into from
Apr 24, 2024
Merged

Laplace approximation to posterior #20

merged 29 commits into from
Apr 24, 2024

Commits on Apr 10, 2024

  1. laplace approximation

    V-Rang authored and V-Rang committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b5e53af View commit details
    Browse the repository at this point in the history
  2. update __del__ method

    V-Rang authored and V-Rang committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e705e03 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. minor changes

    V-Rang authored and V-Rang committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0ac0944 View commit details
    Browse the repository at this point in the history
  2. minor comment fixes

    V-Rang authored and V-Rang committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    68a5c03 View commit details
    Browse the repository at this point in the history
  3. changes to del and solve method

    V-Rang authored and V-Rang committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c65c361 View commit details
    Browse the repository at this point in the history
  4. formatting fix

    V-Rang authored and V-Rang committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2f14024 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. prior and posterior samples

    V-Rang authored and V-Rang committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    db41420 View commit details
    Browse the repository at this point in the history
  2. change posterior mean, formatting

    V-Rang authored and V-Rang committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d06de44 View commit details
    Browse the repository at this point in the history
  3. test for LowRankHessain added

    V-Rang authored and V-Rang committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f23f48d View commit details
    Browse the repository at this point in the history
  4. test for lowRankHessian

    V-Rang authored and V-Rang committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e4d6e46 View commit details
    Browse the repository at this point in the history
  5. posterior samples, fix low rank Hessian test

    V-Rang authored and V-Rang committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6a30e9d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. changes to writing out prior, posterior samples, llaplaceApproximatio…

    …n modification
    V-Rang authored and V-Rang committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    07b5348 View commit details
    Browse the repository at this point in the history
  2. removing commented code

    V-Rang authored and V-Rang committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0a4ec14 View commit details
    Browse the repository at this point in the history
  3. removing code for Variational Regularization prior

    V-Rang authored and V-Rang committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    847b2f7 View commit details
    Browse the repository at this point in the history
  4. linter fix

    V-Rang authored and V-Rang committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b096580 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. fixing solve method for cgsolver

    V-Rang authored and V-Rang committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bcfe06f View commit details
    Browse the repository at this point in the history
  2. adding tests for sampling and preconditioner

    V-Rang authored and V-Rang committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    fb0cf34 View commit details
    Browse the repository at this point in the history
  3. misfit argument fix

    V-Rang authored and V-Rang committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ee5edbb View commit details
    Browse the repository at this point in the history
  4. return type changed

    V-Rang authored and V-Rang committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    085d5bf View commit details
    Browse the repository at this point in the history
  5. sampler check not working

    V-Rang authored and V-Rang committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a8ecee4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. checking sample test

    V-Rang authored and V-Rang committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b44b0ae View commit details
    Browse the repository at this point in the history
  2. rename sample to mult

    V-Rang authored and V-Rang committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ecf7c85 View commit details
    Browse the repository at this point in the history
  3. time series function plot not working

    V-Rang authored and V-Rang committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    81d7a9a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. changing noise level, sampler

    V-Rang authored and V-Rang committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3ff241a View commit details
    Browse the repository at this point in the history
  2. writing samples in xdmf format working

    V-Rang authored and V-Rang committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    c31e622 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cb7b58 View commit details
    Browse the repository at this point in the history
  4. Rename unused variables

    uvilla committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6f96898 View commit details
    Browse the repository at this point in the history
  5. prior and posterior sample time series plots

    V-Rang authored and V-Rang committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1026f11 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. spelling fix

    V-Rang authored and V-Rang committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4ef37ef View commit details
    Browse the repository at this point in the history