Skip to content
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

A lot of changes #397

Merged
merged 78 commits into from
Feb 28, 2024
Merged

A lot of changes #397

merged 78 commits into from
Feb 28, 2024

Commits on Jan 19, 2024

  1. bookkeeping

    osorensen committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f93b77b View commit details
    Browse the repository at this point in the history
  2. removed unnecessary call

    osorensen committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f9f55db View commit details
    Browse the repository at this point in the history
  3. marking as const

    osorensen committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    84a2230 View commit details
    Browse the repository at this point in the history
  4. adding more consts

    osorensen committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    7959b6c View commit details
    Browse the repository at this point in the history
  5. additional safety measures

    osorensen committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2a639d6 View commit details
    Browse the repository at this point in the history
  6. parallelization working (#355)

    * parallelization working
    
    * updating tests
    
    * styling
    
    * updating test
    
    * added info about parallelization
    osorensen authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    7391954 View commit details
    Browse the repository at this point in the history
  7. correcting an error in docs

    osorensen committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    a8bdc0d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d69ada View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. update cran-comments

    osorensen committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    83248f6 View commit details
    Browse the repository at this point in the history
  2. updating comments

    osorensen committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    506d5c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    a5d84e4 View commit details
    Browse the repository at this point in the history
  2. updating news

    osorensen committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    d25a0f2 View commit details
    Browse the repository at this point in the history
  3. deleting submission file

    osorensen committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    243b8a3 View commit details
    Browse the repository at this point in the history
  4. Adding support for sampling from prior (#360)

    * added prior sampling
    
    * updating news
    
    * deleting submission file
    
    * fixing the prior sampling
    
    * styling
    
    * added unit test for SMC starting from prior
    
    * added test for sample_prior
    
    * updating test after merging with TBB
    
    * styling
    
    * updating news
    osorensen authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    16a93ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eddbd22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b7d4dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    236a21d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    144a451 View commit details
    Browse the repository at this point in the history
  9. Take care of item names properly (#363)

    * fixing item name issue
    
    * updating a unit test
    
    * styling
    osorensen authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    a62545e View commit details
    Browse the repository at this point in the history
  10. Can now deal with a single vector of input data (#364)

    * added handling of vector data #361
    
    * styling
    osorensen authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ec9500c View commit details
    Browse the repository at this point in the history
  11. updating news

    osorensen committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    db8a31b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    78e4f29 View commit details
    Browse the repository at this point in the history
  2. closes #370

    osorensen committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    86723fc View commit details
    Browse the repository at this point in the history
  3. Added a gamma prior (#371)

    * updated set_priors function
    
    * closes #370
    osorensen authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2a61f42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45e1eeb View commit details
    Browse the repository at this point in the history
  5. Had forgot to implement the change... (#372)

    * updated set_priors function
    
    * closes #370
    
    * fixed forgotten implementation
    osorensen authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9f4cc7f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    defa9db View commit details
    Browse the repository at this point in the history
  2. Added lag option (#373)

    * updated documentation
    
    * adding references section
    
    * more documentation updates
    
    * updated set_priors function
    
    * closes #370
    
    * implemented user-defined lag
    
    * added lag, closes #369
    
    * styling
    osorensen authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    41cb4ab View commit details
    Browse the repository at this point in the history
  3. ready for the change

    osorensen committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    9fddacd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee08f70 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Resampling issue 365 (#376)

    * updated set_priors function
    
    * closes #370
    
    * ready for the change
    
    * implemented the resampler in cpp
    
    * added various resampling options. tests are missing
    
    * fixed numerical overflow problem and forgotten mcmc loop
    
    * added a simple test for the resampler
    
    * styling
    
    * added missing memory header
    
    * removed two tests where my M1 mac gives different results
    osorensen authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    701bf6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd74eb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0747676 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. added a line shift

    osorensen committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    ce0128a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3bbc55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0af8731 View commit details
    Browse the repository at this point in the history
  4. increasing test strictness

    osorensen committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7c55d63 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. added some more work

    osorensen committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ea86e61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30d7774 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d71e7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4395859 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f2608f View commit details
    Browse the repository at this point in the history
  6. adding ignore to codecov

    osorensen committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    a80b0d6 View commit details
    Browse the repository at this point in the history
  7. fixing #381 (#382)

    osorensen authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    2fe90c2 View commit details
    Browse the repository at this point in the history
  8. Heatplot issue 381 (#383)

    * fixing #381
    
    * added unit test for #381
    osorensen authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9924131 View commit details
    Browse the repository at this point in the history
  9. updated news

    osorensen committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    84e5671 View commit details
    Browse the repository at this point in the history
  10. fixing conflict

    osorensen committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c9cf154 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. resolving conflict

    osorensen committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7a0593d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. updated tests

    osorensen committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    eb10ac8 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Swap issue 368 (#384)

    * first refactoring of leap-and-shift
    
    * renamed back
    
    * made proposal class
    
    * made rank proposal class
    
    * updated tests
    
    * fixed bug in call to leapandshift
    
    * removing work docs
    
    * some more back and forth
    
    * added the LeapAndShift class to SMC
    
    * inherited the constructor for ProposalDistribution
    
    * figured out there is a swap function
    
    * made distfun a class member
    
    * swap proposal implemented for rho
    
    * updated news and tests
    
    * refactored propose_swap
    
    * making class for swap proposal
    
    * added the active set strategy or whatever it's called to augmented rankings
    
    * removed unnecessary update_leap_and_shift_indices functions
    
    * could remove distfun from ProposalDistribution
    
    * refactoring
    
    * styling
    
    * incremented dev version
    osorensen authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fe4c937 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. corrected typo in docs

    osorensen committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    a0b03cd View commit details
    Browse the repository at this point in the history
  2. refactor

    osorensen committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b1a5693 View commit details
    Browse the repository at this point in the history
  3. removed unused argument

    osorensen committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    3a4f470 View commit details
    Browse the repository at this point in the history
  4. changed argument order

    osorensen committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e8d0f0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5af0249 View commit details
    Browse the repository at this point in the history
  6. fixed a bug

    osorensen committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    11ecd7f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    b196f54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad96fcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    212ed23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4ba5b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d22834a View commit details
    Browse the repository at this point in the history
  6. added test for burnin

    osorensen committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8c5b28f View commit details
    Browse the repository at this point in the history
  7. some fixes

    osorensen committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    39e9a5c View commit details
    Browse the repository at this point in the history
  8. updated news

    osorensen committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1b42c5b View commit details
    Browse the repository at this point in the history
  9. rebuilt smc vignette

    osorensen committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f79c738 View commit details
    Browse the repository at this point in the history
  10. recompiled readme

    osorensen committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8e47867 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Function for sequential learning (#391)

    * incremented dev version
    
    * got rid of unused variable
    
    * turned new_data into a list
    
    * main part ready and passing tests
    
    * styling and fixing docs issue
    
    * Updating docs
    
    * small steps
    
    * adding user ids
    
    * added the consistency vector to the particles
    
    * updating examples
    
    * updating more
    
    * updating examples
    
    * passing rcmdchck
    
    * added deprecation notice for old burnin setting
    
    * skipping the deprecation notice
    
    * removed unnecessary brackets
    
    * updated particle handling
    
    * removed unused code
    
    * refactoring complete
    
    * ready for sequential updating
    
    * we have a loop
    
    * small fix
    
    * added learning examples
    
    * added test
    
    * added tests
    
    * styling and updating docs
    
    * updated expected test output
    
    * have to get rid of a test for now due to platform dependence
    osorensen authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b244710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60ab54a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d7757d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Burnin issue 394 (#396)

    * added burnin
    
    * made iteration number a class member
    
    * simplified alpha update
    
    * got rid of rho_index
    
    * added alpha acceptance rate and test
    
    * preparing for rho_acceptance
    
    * added rho burnin
    
    * added tracking of acceptance
    
    * updating docs and examples
    
    * styling
    osorensen authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a2600d1 View commit details
    Browse the repository at this point in the history
  2. incremented dev version

    osorensen committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    35dd003 View commit details
    Browse the repository at this point in the history
  3. updated example

    osorensen committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    190d85d View commit details
    Browse the repository at this point in the history
  4. styling

    osorensen committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e037e7d View commit details
    Browse the repository at this point in the history
  5. styling

    osorensen committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    eabbf2f View commit details
    Browse the repository at this point in the history
  6. pleasing CodeFactor

    osorensen committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8d47802 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd8441f View commit details
    Browse the repository at this point in the history
  8. not linting examples

    osorensen committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7187759 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f19be0f View commit details
    Browse the repository at this point in the history