rht

Results 168 issues of rht

This has been brought up in dev meetings for a while, to have 1 format for documentation everywhere, not a mixture of .rst and .md. This is actually a long...

This has been brought up in dev meetings for a while, to have 1 format for documentation everywhere, not a mixture of .rst and .md. This is actually a long...

docs

Given that `super().__init__()` is now necessary for user's model class `__init__()`, the main motivation: this simplifies the `Model` construct. And `model.random` can be initialized with other RNG objects (`np.random.default_rng(...)`, or...

Demo for Boltzmann wealth model: https://github.com/projectmesa/mesa/assets/395821/a74aaf4f-1547-41f8-88f5-466500506317

visualisation

This is a sketch of another data collector API as discussed on [Matrix.org](https://matrix.to/#/#project-mesa:matrix.org). The implementation is very short, so as to give an idea of how it works, and to...

feature

This is an attempt to implement the API as discussed in https://github.com/projectmesa/mesa/discussions/1944. I figure it is easier to comment on a PR than on a linear GH thread. I have...

**Describe the bug** I was trying to replace the lines in the Sugarscape G1MT example https://github.com/projectmesa/mesa-examples/blob/34e92d2c29a99e950bc17f7cac860c5b13156b21/examples/sugarscape_g1mt/sugarscape_g1mt/model.py#L146-L149 with ```python return list(self.get_agents_of_type(Trader).shuffle(inplace=True)) ``` This failed the tests, because when an agent dies,...

This is a continuation of the discussion started in https://github.com/projectmesa/mesa/issues/1772#issuecomment-1713805080. @rlskoeser suggested Altair, which might be faster than Solara's Matplotlib backend. I did manual benchmark. I found that on my...