-
Notifications
You must be signed in to change notification settings - Fork 46
Convinience constructors #325
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
Merged
Merged
Changes from all commits
Commits
Show all changes
109 commits
Select commit
Hold shift + click to select a range
43cfe65
Lab
JaimeRZP 3158bb6
first draft
JaimeRZP 37d6831
cleaning Lab a lil
JaimeRZP 6fe6436
Coded interface in
JaimeRZP 304d401
Coded interface in
JaimeRZP 46f0803
Merge branch 'master' into no_glue_code
JaimeRZP 2f6f2c1
working on no glue code from the other end
JaimeRZP dfd5e74
trying stuff
JaimeRZP 3038441
no glue code abstract mcmc
JaimeRZP deb0555
Merge branch 'master' into no_glue_code
JaimeRZP 00b837a
AbstractMCMC working
JaimeRZP ce96cac
constructors + moving stuff to init_step
JaimeRZP 1f8c5a7
Scaling things
JaimeRZP 612e10b
axing hmc
JaimeRZP 3bbc668
HMC + HMCDA
JaimeRZP 1bffe99
return sampler to master
JaimeRZP b941529
getmodel
JaimeRZP 8b1f962
small step forward
JaimeRZP 0f45cc8
big step forward
JaimeRZP 3e1c403
huge step forward
JaimeRZP 8fa9fcb
fixed constructors
JaimeRZP c582abf
constructors reworked
JaimeRZP 39941fd
linking
JaimeRZP 3684a1e
constructors for tors PR
JaimeRZP 62c2096
constructors for tors PR
JaimeRZP 1893e3f
no sampling needed anymore
JaimeRZP 1af622c
no Dynamic PPL
JaimeRZP acaa289
convinience constructors consensus
JaimeRZP 80f0d8d
kwargs --> args
JaimeRZP e5f7ead
bring back sample
JaimeRZP 3cb5b07
Update src/abstractmcmc.jl
JaimeRZP 94ebc2b
Update src/constructors.jl
JaimeRZP 4e0ba22
Update src/constructors.jl
JaimeRZP 18c01b0
Update src/abstractmcmc.jl
JaimeRZP 372d384
Update src/constructors.jl
JaimeRZP fccdcb0
Update src/constructors.jl
JaimeRZP 3d42a21
Update src/constructors.jl
JaimeRZP 9730db2
Update src/constructors.jl
JaimeRZP 77c519a
Update src/constructors.jl
JaimeRZP 9fca18e
Update src/constructors.jl
JaimeRZP bf3f9b2
Update src/constructors.jl
JaimeRZP 8bd9df7
Update src/constructors.jl
JaimeRZP 19d8f25
Update src/constructors.jl
JaimeRZP 304f051
Update src/constructors.jl
JaimeRZP b90b2bd
Apply suggestions from code review
JaimeRZP 7dfeb03
format
JaimeRZP 932f296
fixing tests
JaimeRZP d46c928
legacy sample
JaimeRZP 23bf2f1
load order
JaimeRZP 5002cd9
formatting locally
JaimeRZP a879d24
HMCSampler
JaimeRZP 7b5a1e9
Taking in some of David s advince
JaimeRZP 5958087
HMCSampler outside of Sample
JaimeRZP aec0b21
formatted + some new tests
JaimeRZP 217f721
make functions not exported
JaimeRZP 260111e
remove mentions to old constructors
JaimeRZP 737544e
formatting
JaimeRZP 707cef9
save rng in state
JaimeRZP cd31cf5
demo test
JaimeRZP dc2382e
specific tests for constructors
JaimeRZP c307315
remove mention of old constructors in tests
JaimeRZP 2b6bce9
integrator definition missing from test
JaimeRZP cf6aa31
LeapFrong --> leapfrong
JaimeRZP d72a3bc
leapfrog --> leapfrong(0.0) for correct type in default
JaimeRZP d2d2cc7
better typing
JaimeRZP 77763b9
bug
JaimeRZP 4475255
dummy integrator
JaimeRZP dcbd484
bug
JaimeRZP 52584d0
forgot to change old sample signature
JaimeRZP 0ba2ffc
bug
JaimeRZP ad1fde3
forgot old sample signature
JaimeRZP 751b36f
retest is broken
JaimeRZP fc27f89
docs
JaimeRZP 97be5d7
readme
JaimeRZP 27b3747
rm Lab
JaimeRZP 9f79b26
bump vers
JaimeRZP 6fb28f0
move docs to file
JaimeRZP ce239e3
remove sample
JaimeRZP 4660e5f
Apply Tor's suggestions
JaimeRZP caf791d
move exports
JaimeRZP 915a92b
Fields in docs
JaimeRZP 3455cab
docs
JaimeRZP 46b6472
no rng in state
JaimeRZP 8dae277
metric type and integration method can be symbols
JaimeRZP b685cb8
Apply suggestions from code review
JaimeRZP eda22cb
kwargs
JaimeRZP 18dccc8
Apply suggestions from code review
JaimeRZP 84ce062
bug
JaimeRZP d0976eb
bug
JaimeRZP 461f842
format
JaimeRZP fc95e05
David s latest
JaimeRZP 30ec416
Apply suggestions from code review
JaimeRZP 9ac82d9
Update test/sampler.jl
JaimeRZP 79f71e1
Apply suggestions from code review
JaimeRZP 0099c89
Tor s latest
JaimeRZP fa1afe1
0 means
JaimeRZP a000b07
bug + float32 init test
JaimeRZP 11c26ca
disentangle steps
JaimeRZP 6d6874f
return of kappa
JaimeRZP b293dc7
more tests
JaimeRZP c383c9b
Apply suggestions from code review
JaimeRZP 8ff2c8a
no kwdef on HMCSampler
JaimeRZP 410617b
better get type + get_step_size
JaimeRZP 9e574c6
Merge branch 'convinience_constructors' of https://github.com/TuringL…
JaimeRZP 46b827f
format
JaimeRZP 6eeb9d1
bug
JaimeRZP 64f68bf
metric tweak
JaimeRZP ae6d5f6
integrator tweaks
JaimeRZP 8320bb4
not needed
JaimeRZP File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.