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

Add vector mode for batch running simulations #155

Closed
andermi opened this issue Aug 9, 2023 · 0 comments · Fixed by #158
Closed

Add vector mode for batch running simulations #155

andermi opened this issue Aug 9, 2023 · 0 comments · Fixed by #158
Assignees

Comments

@andermi
Copy link
Collaborator

andermi commented Aug 9, 2023

Implement a mode switch matrix_mode: False for use in the sim_params_yaml file for batch running that would use a vector mode instead of a large test matrix using meshgrid. The solution would have to handle parameter arrays of different lengths in some way (error out or pad with a value). Simplest thing might be to require arrays of parameters to be the same length and all other parameters to be a scalar (which would be padded with that scalar value to match the length of the arrays of parameters).

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 a pull request may close this issue.

1 participant