Replies: 1 comment 11 replies
-
Can you elaborate on the line |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Below is the part of code where I am using batch_run.
results = mesa.batch_run(
Abstract_crowdlogistics,
parameters=DoE,
iterations=10,
max_steps=100,
number_processes=1,
data_collection_period=1,
display_progress=True,
)
results_df = pd.DataFrame(results)
However, when I run this, I do not see the progress of batch_run. Below is a snip of what I see in the console.
I am using Mesa 2.1.5.
Beta Was this translation helpful? Give feedback.
All reactions