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

WIP: Mm/uq app #337

Open
wants to merge 36 commits into
base: development
Choose a base branch
from
Open

WIP: Mm/uq app #337

wants to merge 36 commits into from

Commits on Sep 27, 2023

  1. Initial add UQ to cmake

    Michael McLeod committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1972ef5 View commit details
    Browse the repository at this point in the history
  2. Initial UQ draft using f = l2norm, g = l1norm

    Michael McLeod committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7f2651f View commit details
    Browse the repository at this point in the history
  3. Minimise posterior arguments using lambda w/ capture

    Michael McLeod committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6ee9885 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Add yaml parsing first instance

    Michael McLeod committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    5b8da12 View commit details
    Browse the repository at this point in the history
  2. move wavelet op construction into function

    Michael McLeod committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    58bacb8 View commit details
    Browse the repository at this point in the history
  3. Move measurement op & input data setup out of main

    Michael McLeod committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    385f263 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Refactor out measurement operator creation

    Michael McLeod committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    5b75d7c View commit details
    Browse the repository at this point in the history
  2. Move wavelet operator call closer to other setup calls

    Michael McLeod committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    d8a63ee View commit details
    Browse the repository at this point in the history
  3. Refactor out save functions

    Michael McLeod committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    3832000 View commit details
    Browse the repository at this point in the history
  4. Add out_path to parser to prevent inconsistencies

    Michael McLeod committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    e6d013b View commit details
    Browse the repository at this point in the history
  5. Returning a struct for consistency

    Michael McLeod committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    4d160cb View commit details
    Browse the repository at this point in the history
  6. Move refactored fns into new (poorly named) file

    Michael McLeod committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    9087faa View commit details
    Browse the repository at this point in the history
  7. Add Purify config file read to UQ

    Michael McLeod committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    0920091 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Add wavelet operator to prior

    Michael McLeod committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    efcefa8 View commit details
    Browse the repository at this point in the history
  2. Update readme to include UQ

    Michael McLeod committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    da5ef51 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Merge branch 'development' into mm/uq_app

    Michael McLeod committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    09be40c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Add generic cost function

    Michael McLeod committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    693681a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Remove some confusing root-2s

    Michael McLeod committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9f0923b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Move non-templated functions to cpp file!

    Michael McLeod committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f1a1982 View commit details
    Browse the repository at this point in the history
  2. Spacing

    Michael McLeod committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    48d3dd8 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Merge branch 'development' of github.com:astro-informatics/purify int…

    …o development
    Michael McLeod committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    24a812c View commit details
    Browse the repository at this point in the history
  2. Use non-greek sopt interface

    Michael McLeod committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9570311 View commit details
    Browse the repository at this point in the history
  3. Lintin'

    Michael McLeod committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7ec30b4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'development' into mm/uq_app

    Michael McLeod committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    c0fe3fb View commit details
    Browse the repository at this point in the history
  5. Merge branch 'mm/update_sopt_interfacing' into mm/uq_app

    Michael McLeod committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a0c7b92 View commit details
    Browse the repository at this point in the history
  6. Unified approach for f/g function types

    Michael McLeod committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1d35084 View commit details
    Browse the repository at this point in the history
  7. Remove gProximalType references

    Michael McLeod committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    734abcf View commit details
    Browse the repository at this point in the history
  8. Move type map into types header

    Michael McLeod committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    773bd91 View commit details
    Browse the repository at this point in the history
  9. Add differentiable function to yaml

    Michael McLeod committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    632ecb9 View commit details
    Browse the repository at this point in the history
  10. Optional yaml parsing

    Michael McLeod committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2dd9c4c View commit details
    Browse the repository at this point in the history
  11. syntax errors

    Michael McLeod committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    0c11af2 View commit details
    Browse the repository at this point in the history
  12. Add construction of f and g

    Michael McLeod committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    277b8ca View commit details
    Browse the repository at this point in the history
  13. Fix sigma shadowing

    Michael McLeod committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6af78c7 View commit details
    Browse the repository at this point in the history
  14. Refactor function setup for re-use

    Michael McLeod committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7bfd22b View commit details
    Browse the repository at this point in the history
  15. Default to avoid null pointers

    Michael McLeod committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f089c07 View commit details
    Browse the repository at this point in the history
  16. add onnxrt to main

    Michael McLeod committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    65cdc87 View commit details
    Browse the repository at this point in the history