Running specific parameter combinations in BatchRunner #2776
Unanswered
dylan-munson
asked this question in
Q&A
Replies: 1 comment
-
Unfortunately our batch runner is quite limited and currently only supports a full factorial experiment design. We have started discussing an potential upgrade, but haven’t progressed too much due to limited capacity. Luckily (actually purposely), Mesa is written in Python, which makes it relatively easy to write a loop yourself (don’t even have to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I have a dataframe an array of design points for a few variables that I would like to run in batch. However, batchrunner wants to run all possible combinations of the individual columns, instead of the specific design points. It looks like someone tried to address this issue way back with #651 but I am having trouble finding the fix that was implemented in the current version of mesa. Is there one, or is the only solution using a for loop with a single model run?
Beta Was this translation helpful? Give feedback.
All reactions