Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Lab * first draft * cleaning Lab a lil * Coded interface in * Coded interface in * working on no glue code from the other end * trying stuff * no glue code abstract mcmc * AbstractMCMC working * constructors + moving stuff to init_step * Scaling things * axing hmc * HMC + HMCDA * return sampler to master * getmodel * small step forward * big step forward * huge step forward * fixed constructors * constructors reworked * linking * constructors for tors PR * constructors for tors PR * no sampling needed anymore * no Dynamic PPL * convinience constructors consensus * kwargs --> args * bring back sample * Update src/abstractmcmc.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/constructors.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/constructors.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/abstractmcmc.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/constructors.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/constructors.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/constructors.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/constructors.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/constructors.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/constructors.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/constructors.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/constructors.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/constructors.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/constructors.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * format * fixing tests * legacy sample * load order * formatting locally * HMCSampler * Taking in some of David s advince * HMCSampler outside of Sample * formatted + some new tests * make functions not exported * remove mentions to old constructors * formatting * save rng in state * demo test * specific tests for constructors * remove mention of old constructors in tests * integrator definition missing from test * LeapFrong --> leapfrong * leapfrog --> leapfrong(0.0) for correct type in default * better typing * bug * dummy integrator * bug * forgot to change old sample signature * bug * forgot old sample signature * retest is broken * docs * readme * rm Lab * bump vers * move docs to file * remove sample * Apply Tor's suggestions Co-authored-by: Tor Erlend Fjelde <[email protected]> * move exports * Fields in docs * docs * no rng in state * metric type and integration method can be symbols * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * kwargs * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * bug * format * David s latest * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update test/sampler.jl Co-authored-by: Tor Erlend Fjelde <[email protected]> * Apply suggestions from code review Co-authored-by: Tor Erlend Fjelde <[email protected]> * Tor s latest * 0 means * bug + float32 init test * disentangle steps * return of kappa * more tests * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * no kwdef on HMCSampler * better get type + get_step_size * format * bug * metric tweak * integrator tweaks * not needed --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tor Erlend Fjelde <[email protected]>
- Loading branch information