Skip to content

Commit

Permalink
Update paper/paper.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ewout ter Hoeven <E.M.terHoeven@student.tudelft.nl>
  • Loading branch information
jackiekazil and EwoutH committed Jan 14, 2025
1 parent 4ae0d29 commit 0dcab3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Typically, ABMs represent time incrementally and call the units ticks. For each
model.step()
```

Before Mesa 3, all agents were activated within the step method of the model. However, the newly added `AgentSet` class provides a more flexible way to activate agents. These changes include the depreciation of the Scheduler API and replacing previously available fixed patterns.
Before Mesa 3, all agents were activated within the step method of the model. However, the newly added `AgentSet` class provides a more flexible way to activate agents. These changes include the removal of the Scheduler API and its previously available fixed patterns.

```python
model.agents.do("step") # Sequential activation
Expand Down

0 comments on commit 0dcab3b

Please sign in to comment.