You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added step_warmup which is can be overloaded when convenient
* added step_warmup to docs
* Update src/interface.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* introduce new kwarg `num_warmup` to `sample` which uses `step_warmup`
* updated docs
* allow combination of discard_initial and num_warmup
* added docstring for mcmcsample
* Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: David Widmann <[email protected]>
* Update src/sample.jl
Co-authored-by: David Widmann <[email protected]>
* removed docstring and deferred description of keyword arguments to the docs
* Update src/sample.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update src/sample.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* added num_warmup to common keyword arguments docs
* also allow step_warmup for the initial step
* simplify logic for discarding fffinitial samples
* Apply suggestions from code review
Co-authored-by: David Widmann <[email protected]>
* also report progress for the discarded samples
* Apply suggestions from code review
Co-authored-by: David Widmann <[email protected]>
* move progress-report to end of for-loop for discard samples
* move step_warmup to the inner while loops too
* Update src/sample.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: David Widmann <[email protected]>
* reverted to for-loop
* Update src/sample.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* added accidentanly removed comment
* Update src/sample.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fixed formatting
* fix typo
* Apply suggestions from code review
Co-authored-by: David Widmann <[email protected]>
* Added testing of warmup steps
* Added checks as @devmotion requested
* Removed unintended change in previous commit
* Bumped patch version
* Bump minor version instead of patch version since this is a new feature
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Widmann <[email protected]>
0 commit comments