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

Find the right boundary between runtimes and programs #13

Merged
merged 2 commits into from
Mar 30, 2020

Commits on Mar 28, 2020

  1. Configuration menu
    Copy the full SHA
    c88960d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. separated programs and runtimes neatly

    The boundary between programs (sampling algorithms) and runtimes
    (executors) was not very clear. I remove any dependance on the model
    from the program and responsibilities are now clear. I also improved the
    performance of the creation of initial states.
    rlouf committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    cd51114 View commit details
    Browse the repository at this point in the history