-
Notifications
You must be signed in to change notification settings - Fork 48
Moved all experimental code including tests into research folder. #304
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
14 commits
Select commit
Hold shift + click to select a range
53a2d2d
Moved all experimental code into research folder.
yebai 2204836
Minor changes in deps.
yebai 6743324
Improve tests for experimental code.
yebai f065d4e
Change CI name.
yebai 6ffd978
Fix path for research includes.
yebai b967c94
More fixes to includes
yebai 2f91e97
Merge branch 'kx/relativistic' into hg/rel-hmc
yebai 1946d27
Minor fixes.
yebai c113873
Merge branch 'hg/rel-hmc' of github.com:TuringLang/AdvancedHMC.jl int…
yebai b1cd9bf
Update research/src/relativistic_hmc.jl
yebai 25238a9
Apply suggestions from code review
yebai 3c24e31
Create README.md
yebai d41e48a
Update research/src/relativistic_hmc.jl
yebai 3246dc4
Update relativistic_hmc.jl
yebai 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| name: IntegrationTests | ||
| name: TestExperimentalFeatures | ||
|
|
||
| on: | ||
| push: | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| [deps] | ||
| AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" | ||
| AdaptiveRejectionSampling = "c75e803d-635f-53bd-ab7d-544e482d8c75" | ||
| ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197" | ||
| DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" | ||
| InplaceOps = "505f98c9-085e-5b2c-8e89-488be7bf1f34" | ||
| LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
| ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" | ||
| Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
| Requires = "ae029012-a4dd-5104-9daa-d747884805df" | ||
| Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46" | ||
| Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
| StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" | ||
| StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c" | ||
| UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" | ||
|
|
||
| [compat] | ||
| AbstractMCMC = "3.2, 4" | ||
| ArgCheck = "1, 2" | ||
| DocStringExtensions = "0.8, 0.9" | ||
| InplaceOps = "0.3" | ||
| ProgressMeter = "1" | ||
| Requires = "0.5, 1" | ||
| Setfield = "0.7, 0.8, 1" | ||
| StatsBase = "0.31, 0.32, 0.33" | ||
| StatsFuns = "0.8, 0.9, 1" | ||
| UnPack = "1" | ||
| julia = "1" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| In order to use algorithms in this folder, please navigate to the AdvancedHMC folder and run | ||
|
|
||
|
|
||
| ``` | ||
| ] activate research/ | ||
| ] develop src/ | ||
| ] instantiate | ||
| ``` |
4 changes: 4 additions & 0 deletions
4
src/experimental/relativistic_hmc.jl → research/src/relativistic_hmc.jl
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
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
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.