You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All three mesa benchmark models already use devs, so those changes could be ported over.
The approach for this would generally be:
Read up on DEVS
Go through the Mesa examples and seek opportunities where the DEVS could simplify or improve things.
Open a Discussion on mesa-examples proposing your changes
Implement them and open a PR here
The nuance here being that applying the DEVS is not a goal to be implemented as much as possible, but a means that could make some model (parts) more elegant, efficient, readable and/or performant.
The text was updated successfully, but these errors were encountered:
Open for contributions!
Now that the Discrete Event Scheduler (DEVS) is released as experimental in Mesa 2.3.0, it would be interesting if we can use it in examples.
All three mesa benchmark models already use devs, so those changes could be ported over.
The approach for this would generally be:
The nuance here being that applying the DEVS is not a goal to be implemented as much as possible, but a means that could make some model (parts) more elegant, efficient, readable and/or performant.
The text was updated successfully, but these errors were encountered: