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

MultiNest #1319

Open
wants to merge 61 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
82348f1
added pseudocode for multinest and corrected pseudocode for ellipsoid
ben18785 Feb 10, 2020
4a52bda
corrected references in ellipsoid and rejection and added skeleton fo…
ben18785 Feb 10, 2020
7365948
ask sketched out
ben18785 Feb 10, 2020
dc5a450
alphabeticised multinest function ordering
ben18785 Feb 10, 2020
b3214d8
skeleton of algorithm there
ben18785 Feb 10, 2020
6d2f03c
added notebook and skeleton of multinest complete (untested)
ben18785 Feb 10, 2020
f67bf4b
created various docs files and tested doc building
ben18785 Feb 10, 2020
1293a5d
draft of multinest working with "unit-cubed" data
ben18785 Feb 11, 2020
70c45bf
draft of multinest working on multimodal problem
ben18785 Feb 11, 2020
b88bc72
Merge branch 'master' into i282-multinest
ben18785 Feb 17, 2020
1f07e16
added transforming from/to unit cube
ben18785 Feb 17, 2020
c3fad40
corrected logging error
ben18785 Feb 18, 2020
3d5815a
Merge branch 'master' into i282-multinest
ben18785 Mar 2, 2021
9ab1259
moved notebook
ben18785 Mar 2, 2021
3a6cc29
Merge branch 'master' into i282-multinest
ben18785 Mar 4, 2021
e2f0cc5
began to add tests
ben18785 Mar 4, 2021
fc8564e
created sampler() method
ben18785 Mar 4, 2021
2437908
Merge branch 'i1312-nested-controller-sampler-method' into i282-multi…
ben18785 Mar 4, 2021
80052b1
added ellipsoid class
ben18785 Mar 4, 2021
2afc8f6
corrected logging issue for ellipsoidal nested sampling
ben18785 Mar 4, 2021
b803fd7
switched ellipsoidal nested sampling to use Ellipsoid class methods
ben18785 Mar 4, 2021
1ca047b
added volume tests and corrected error with ellipsoidal nested sampling
ben18785 Mar 4, 2021
13460da
added tests of ellipsoid sampling
ben18785 Mar 5, 2021
40df3e7
added tests for min volume calc
ben18785 Mar 5, 2021
394cc72
added test for mahalanobis distance
ben18785 Mar 5, 2021
c2b8149
added some tests for multinest
ben18785 Mar 5, 2021
c90c2a1
started to think about ellipsoid sets
ben18785 Mar 5, 2021
cb0b1b1
started to add binary tree
ben18785 Mar 6, 2021
734f37b
added number of points to ellipsoid class
ben18785 Mar 6, 2021
8e684f1
started to add h_k
ben18785 Mar 6, 2021
7c55a8d
first draft of ellipsoidtree
ben18785 Mar 6, 2021
61dfce4
overloaded addition to combine ellipsoids
ben18785 Mar 6, 2021
e4100e7
removed ellipsoidset
ben18785 Mar 6, 2021
7bf0ef2
cleaned up ellipsoidtree
ben18785 Mar 6, 2021
a602418
cleaned up style issues
ben18785 Mar 7, 2021
64136f7
more style issues
ben18785 Mar 7, 2021
8baa289
added safeguard against few points
ben18785 Mar 7, 2021
c2b445a
added tests of vs and vsk
ben18785 Mar 7, 2021
e0b71e9
added ellipse plotting to multinest notebook
ben18785 Mar 8, 2021
1af9adc
commented out while loop for algorithmic oscillation in multinest
ben18785 Mar 8, 2021
eefd07e
added sampling within ellipsoids method to ellipsoidtree
ben18785 Mar 8, 2021
aaf3657
integrated ellipsoidtree in multinest
ben18785 Mar 8, 2021
2a9e5a7
typo in multinest
ben18785 Mar 9, 2021
e7cb8cd
added max_recursion
ben18785 Mar 9, 2021
2b45b98
#282 cleaned up multinest
ben18785 Mar 11, 2021
316c275
Cleans up docstrings for MultiNest
ben18785 Mar 11, 2021
c084e01
multiNest notebook cleaned up
ben18785 Mar 12, 2021
6110010
removed recursion from MultiNest
ben18785 Mar 12, 2021
1996e4b
Added error handling and recursion for multiNest
ben18785 Mar 12, 2021
a9eed9f
Added tests to Multinest
ben18785 Mar 12, 2021
4f3c3a7
Added test coverage for MultiNest
ben18785 Mar 13, 2021
bb29984
Cleaned up MultiNest notebook and ellipsoidal one
ben18785 Mar 13, 2021
532cd67
Added @rcw5890 comment
ben18785 Mar 13, 2021
93d9330
Merge branch 'master' into i282-multinest
ben18785 Mar 13, 2021
cdfba3f
Corrected failing docs and copyright test for MultiNest
ben18785 Mar 13, 2021
09f0975
removed redundant method from Ellipsoid nested
ben18785 Mar 13, 2021
ae3dce7
Added coverage for MultiNest logging
ben18785 Mar 13, 2021
a01a9d1
Changed from integer to float division in Python 2.7 for multinest test
ben18785 Mar 13, 2021
bb24a1f
Removed redundant add function from Ellipsoid
ben18785 Mar 20, 2021
2c88bae
Changed add to set in MultiNest
ben18785 Mar 20, 2021
9d949dc
Changed Multinest to MultiNest
ben18785 Mar 22, 2021
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
moved notebook
ben18785 committed Mar 2, 2021
commit 9ab1259bd09ba696c6d7be643a6b967ac67ea532
File renamed without changes.