rht
rht
OK, I think a middle ground solution is to not specify `model.running = True` for examples that never set `model.running = False` (only few of the examples ever set it...
This is what Agents.jl does: https://github.com/JuliaDynamics/InteractiveDynamics.jl/blob/15c271d7de77717864548fc6b999d1c11701d0e1/src/agents/interaction.jl#L47-L52. It looks like in Agents.jl, the `step` button steps the simulation for all situation. But I'm not sure. cc @Datseris (sorry to include you...
@Datseris thank you for the answer! I have actually answered my question regarding with the termination condition of Agents.jl This one: https://github.com/projectmesa/mesa/issues/1230#issuecomment-1094141836=; this my question to you specifically. > Because...
@Datseris OK, I'm formulating my question in a way that is self-contained, so that you don't have to read the whole thread. In Agents.jl, does the step button in the...
That's very informative, thank you! > but we thought that for an interactive app termination functions aren't really relevant. Hmm, ok, I'm taking your design choice into consideration. I do...
> I do not agree that you'd need to write a lot of code to "re-invent" our GUI app to add a termination function possibility. What I actually meant is...
I see your point for ensuring a generic framework for interactive exploration, but having a termination condition is a general condition that is common in models, which is the reason...
> I can not reproduce models running indefinitely (/edit: models that should terminate, that is, e.g. Schelling, Forest Fire) Ah, right, my mistake. I might be running a model without...
By existing models, I meant other people's code that use Mesa. Changing to `model.terminated` is a backward incompatible change.
The requirements.txt seems to be empty.