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

Use new Discrete Event Scheduling in examples #124

Open
EwoutH opened this issue Apr 24, 2024 · 1 comment
Open

Use new Discrete Event Scheduling in examples #124

EwoutH opened this issue Apr 24, 2024 · 1 comment

Comments

@EwoutH
Copy link
Member

EwoutH commented Apr 24, 2024

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:

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant