-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking change: Implement param_constrain in a thread-safe way (#98)
* Start C++ changes for moving RNGs outside model object * Checkpoint * Checkpointing; rebased on error msg PR to avoid stepping on myself * Update doc comments * Update Python tests * Start julia * Update Julia tests, doc * R interface work * Documentation * Update c-example * Rework to use model seed (by default) and chain offset * Expose seed AND chain in C API, keep higher-level APIs as prior commit * Formatting * Update to reflect that destructor cannot fail * Typo fix * Simplify interface; remove concept of chain ID * Doc changes and naming consistency * Consistently name construct/destruct functions * Test thread-safety of param_constrain in Julia * rework julia test threaded model: full --------- Co-authored-by: Edward A. Roualdes <eroualdes@csuchico.edu>
- Loading branch information
Showing
27 changed files
with
818 additions
and
335 deletions.
There are no files selected for viewing
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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.