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

ABC parameter order #53

Merged
merged 8 commits into from
Sep 1, 2023

Conversation

jontycarruthersphe
Copy link
Contributor

This solves a problem with the ordering of parameters for ABC. Previously, it was necessary to specify the model parameters before any initial conditions, and the initial conditions needed to be specified in the order they appeared in the model.

The parameters can now be specified in any order. From this, the appropriate order is determined and stored in self.par_order, which is then used to re-order the sampled parameters immediately before they are fed into the model.

@hareball90 hareball90 merged commit 6e22f9e into ukhsa-collaboration:master Sep 1, 2023
0 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants