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

Uncertainty Quantification App #337

Open
wants to merge 47 commits into
base: development
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
1972ef5
Initial add UQ to cmake
Sep 27, 2023
7f2651f
Initial UQ draft using f = l2norm, g = l1norm
Sep 27, 2023
6ee9885
Minimise posterior arguments using lambda w/ capture
Sep 27, 2023
5b8da12
Add yaml parsing first instance
Sep 28, 2023
58bacb8
move wavelet op construction into function
Sep 28, 2023
385f263
Move measurement op & input data setup out of main
Sep 28, 2023
5b75d7c
Refactor out measurement operator creation
Oct 1, 2023
d8a63ee
Move wavelet operator call closer to other setup calls
Oct 1, 2023
3832000
Refactor out save functions
Oct 1, 2023
e6d013b
Add out_path to parser to prevent inconsistencies
Oct 1, 2023
4d160cb
Returning a struct for consistency
Oct 1, 2023
9087faa
Move refactored fns into new (poorly named) file
Oct 1, 2023
0920091
Add Purify config file read to UQ
Oct 1, 2023
efcefa8
Add wavelet operator to prior
Oct 2, 2023
da5ef51
Update readme to include UQ
Oct 2, 2023
09be40c
Merge branch 'development' into mm/uq_app
Nov 6, 2024
693681a
Add generic cost function
Nov 7, 2024
9f0923b
Remove some confusing root-2s
Nov 13, 2024
f1a1982
Move non-templated functions to cpp file!
Nov 14, 2024
48d3dd8
Spacing
Nov 14, 2024
24a812c
Merge branch 'development' of github.com:astro-informatics/purify int…
Nov 21, 2024
9570311
Use non-greek sopt interface
Nov 21, 2024
7ec30b4
Lintin'
Nov 21, 2024
c0fe3fb
Merge branch 'development' into mm/uq_app
Nov 21, 2024
a0c7b92
Merge branch 'mm/update_sopt_interfacing' into mm/uq_app
Nov 21, 2024
1d35084
Unified approach for f/g function types
Nov 21, 2024
734abcf
Remove gProximalType references
Nov 21, 2024
773bd91
Move type map into types header
Nov 21, 2024
632ecb9
Add differentiable function to yaml
Nov 21, 2024
2dd9c4c
Optional yaml parsing
Nov 21, 2024
0c11af2
syntax errors
Nov 21, 2024
277b8ca
Add construction of f and g
Nov 21, 2024
6af78c7
Fix sigma shadowing
Nov 21, 2024
7bfd22b
Refactor function setup for re-use
Nov 21, 2024
f089c07
Default to avoid null pointers
Nov 21, 2024
65cdc87
add onnxrt to main
Nov 21, 2024
4137218
Handle regulariser strength
Jan 23, 2025
aed7f35
File io error handling
Jan 23, 2025
4575c94
Add w_term to yaml config
Jan 23, 2025
e9ad969
Add example yaml files
Jan 23, 2025
62a2a1a
Merge branch 'development' into mm/uq_app
mmcleod89 Jan 23, 2025
e08db67
Update algo names in benchmarking
Jan 23, 2025
baad633
linting
Jan 23, 2025
b7121e9
Unreadble linting
Jan 23, 2025
8a273b5
More linting
Jan 23, 2025
e96e357
More hideous linting
Jan 23, 2025
11be6d9
Final linting
Jan 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'development' of github.com:astro-informatics/purify int…
…o development
Michael McLeod committed Nov 21, 2024
commit 24a812c32a6ee3d8270591f7600bcd35b4823bc3

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.