benchmarks: Add BoltzmannWealth model #2252
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BoltzmannWealth model to the benchmarks. It's probably the "best" test of Mesa that we have, since it does a lot of Mesa things and not a lot of other things.
A separate PR will update it to use AgentSet functionality, but I want to see the performance difference between that. This PR just adds the example model from mesa-examples.
@quaquel I noticed in that with the addition of discrete event scheduling in #2066 all models were converted to DEVS. While I understand it was useful to test, and I think it's great to have that in the benchmark for one or two models, I think for all is a bit overkill as long as it's experimental.
So the novelty is clearly in WolfSheep, I would propose keeping that on DEVS and reverting the other two back to our regular activation.