|
ca710e359f
|
feat!: separates threshold cost and the seed_cost in mcmc
gitea-physics/pdme/pipeline/head This commit looks good
|
2023-07-23 20:31:53 -05:00 |
|
|
f280448cfe
|
feat: adds a bunch of mcmc generation code for log spaced models, yay
gitea-physics/pdme/pipeline/head This commit looks good
gitea-physics/pdme/pipeline/pr-master This commit looks good
|
2023-07-23 17:38:05 -05:00 |
|
|
e9bb62c0a0
|
test: updates old test to use snapshot tests
|
2023-07-23 15:30:30 -05:00 |
|
|
5acf0ac347
|
fix: Correctly generates monte carlo version of xy model dipoles
gitea-physics/pdme/pipeline/pr-master This commit looks good
|
2022-09-17 16:08:11 -05:00 |
|
|
0447b5d3a7
|
test: adds test for xy model
|
2022-09-17 15:34:01 -05:00 |
|
|
aff7b4ba26
|
tests: Adds tests for fixed orientation model
gitea-physics/pdme/pipeline/head This commit looks good
gitea-physics/pdme/pipeline/pr-master This commit looks good
|
2022-06-04 11:57:31 -05:00 |
|
|
7a9fa1ba04
|
feat: Adds log spaced in frequency space model
gitea-physics/pdme/pipeline/head This commit looks good
gitea-physics/pdme/pipeline/pr-master Build started...
|
2022-05-22 14:53:47 -05:00 |
|
|
27cbb364a6
|
feat: Adds Random count dipole model with binomial type distribution for dipole number
gitea-physics/pdme/pipeline/head This commit looks good
gitea-physics/pdme/pipeline/pr-master This commit looks good
|
2022-05-07 11:08:19 -05:00 |
|
|
cb3c280464
|
feat!: single dipole still outputs collection now to make interface consistent
|
2022-04-30 16:58:45 -05:00 |
|
|
a777b713f3
|
test: adds shape test
gitea-physics/pdme/pipeline/pr-master This commit looks good
|
2022-04-30 16:28:32 -05:00 |
|
|
ee6a2773bc
|
test: adds multiple dipole fixed magnitude model tests
|
2022-04-30 16:23:06 -05:00 |
|
|
b670bc3fa4
|
test: adds repr test for single dipole fixed magnitude model
gitea-physics/pdme/pipeline/pr-master This commit looks good
|
2022-04-30 12:32:36 -05:00 |
|
|
029021e393
|
fix: makes name of method match interface
|
2022-04-30 12:31:18 -05:00 |
|
|
7930d8f7ab
|
test: adds random invariant test
gitea-physics/pdme/pipeline/pr-master This commit looks good
|
2022-04-30 12:23:10 -05:00 |
|
|
bc06f2a368
|
test: removes unnecessary logging statements
gitea-physics/pdme/pipeline/head This commit looks good
gitea-physics/pdme/pipeline/pr-master This commit looks good
|
2022-04-30 12:08:55 -05:00 |
|
|
70d95c8d6d
|
fix: uses rng passed in correctly
|
2022-04-30 12:06:55 -05:00 |
|
|
bbfbfa359a
|
style: Removes unused function
|
2022-04-30 11:51:28 -05:00 |
|
|
7eba3311c7
|
feat!: Changes names of classes to make more clear for dipole model and single dipole fixed magnitude model
gitea-physics/pdme/pipeline/head This commit looks good
|
2022-04-30 11:44:39 -05:00 |
|
|
0d5508a0b5
|
feat!: reduces model to minimal bayes needed stuff
gitea-physics/pdme/pipeline/head This commit looks good
|
2022-04-30 10:47:39 -05:00 |
|
|
946945d791
|
feat!: Guts the model interface for only the things useful for monte carlo bayes stuff
|
2022-04-30 10:30:53 -05:00 |
|
|
c04d863d7f
|
feat!: Removes unused models to make refactoring a bit easier
|
2022-04-30 10:10:55 -05:00 |
|
|
d89d3585da
|
style: fmt updates
gitea-physics/pdme/pipeline/head This commit looks good
|
2022-04-03 17:59:58 -05:00 |
|
|
9933ef3bbf
|
feat: Adds methods for obtaining the full dipole from simpler model description.
gitea-physics/pdme/pipeline/head There was a failure building this commit
|
2022-02-06 18:32:25 -06:00 |
|
|
1e3a0f9935
|
Adds model generators
|
2022-01-22 19:22:13 -06:00 |
|
|
778361bece
|
Adds all the scripts
|
2022-01-10 09:41:06 -06:00 |
|
|
93e0cdb623
|
Adds a lot of stuff for discretisation
|
2022-01-02 20:20:58 -06:00 |
|
|
0adca4bcd7
|
Adds bounds and discretisaiton
gitea-physics/pdme/pipeline/head This commit looks good
|
2022-01-02 19:35:00 -06:00 |
|
|
ea52128923
|
Corrects failing test by converting pt to numpy array
gitea-physics/pdme/pipeline/head This commit looks good
|
2022-01-02 18:35:23 -06:00 |
|
|
b8bbdf29f4
|
Adds unrestricted model and adds util for normalising
gitea-physics/pdme/pipeline/head There was a failure building this commit
|
2022-01-02 18:32:10 -06:00 |
|
|
5869691634
|
Renames file for better sort
|
2022-01-02 18:10:25 -06:00 |
|
|
2c599234f8
|
Slight refactor to pull solutions into model
gitea-physics/pdme/pipeline/head This commit looks good
|
2022-01-02 17:53:59 -06:00 |
|
|
8fee0a27d2
|
Adds slight refactor for n as something model can provide
gitea-physics/pdme/pipeline/head This commit looks good
|
2022-01-02 16:47:04 -06:00 |
|
|
3a03204d53
|
Adds tests for notimplemented methods
gitea-physics/pdme/pipeline/head This commit looks good
|
2022-01-02 16:35:51 -06:00 |
|
|
c9282227f1
|
Adds tests for fixed z costs and stuff
|
2022-01-02 16:21:52 -06:00 |
|
|
7e9e4e93a9
|
First run at adding fixed z model
|
2022-01-02 15:37:10 -06:00 |
|