Skip to content

Commit a9eade9

Browse files
committed
paper: Fix l34 What does pure python mean? Does it not also use C, JS/React, etc.?
1 parent c2e8936 commit a9eade9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

paper/paper.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Agent-based models (ABMs) are composed of autonomous heterogeneous agents intera
6262
However, before Mesa, there was no modern Python-based framework for ABMs that integrated with the scientific Python ecosystem. Since its creation in 2014, Mesa has been applied to modeling everything from economics and sociology to ecology and epidemiology and has been cited in more than 500 papers and 800 authors. With its most recent major release, Mesa has advanced usability and stabilized functionality. These features include enhanced management of agents, data collection advancements, an improved visualization framework, and making it easier for researchers to create and analyze complex simulations.
6363

6464
# Core capabilities
65-
Mesa is a Python-based framework for ABM that provides a comprehensive set of tools for creating, running, and analyzing ABMs. Mesa integrates with the wider scientific Python ecosystem with libraries such as [NumPy](https://numpy.org/), [pandas](https://pandas.pydata.org/), [Matplotlib](https://matplotlib.org/), [NetworkX](https://networkx.org/), and more. Mesa is implemented in Python with a modular architecture comprised of three main components:
65+
Mesa is a Python-based framework for ABM that provides a comprehensive set of tools for creating, running, and analyzing ABMs. Mesa integrates with the wider scientific Python ecosystem with libraries such as [NumPy](https://numpy.org/), [pandas](https://pandas.pydata.org/), [Matplotlib](https://matplotlib.org/), [NetworkX](https://networkx.org/), and more. The backend of the framework is written in Python, while the front-end end uses a Python implementation of React. The modular architecture is comprised of three main components:
6666

6767
1. Core ABM components (*i.e.,* agents, spaces, agent activation, control over random numbers)to build models
6868
2. Data collection and support for model experimentation
@@ -171,11 +171,7 @@ Mesa also includes experimental support for next-event time progression through
171171
```
172172

173173
## Visualization
174-
<<<<<<< HEAD
175-
Mesa’s visualization module, [SolaraViz](https://mesa.readthedocs.io/latest/tutorials/visualization_tutorial.html), allows for interactive browser-based model exploration. Advancements with Mesa 3 update the visualization from harder-to-maintain custom code to Solara, a standardized library. Usage of the visualization module can be seen below:
176-
=======
177174
Mesa’s visualization module, [SolaraViz](https://mesa.readthedocs.io/latest/tutorials/visualization_tutorial.html, allows for interactive browser-based model exploration. Advancements with Mesa 3 update the visualization from harder-to-maintain custom code to [Solara](https://solara.dev/), a standardized library. Usage of the visualization module can be seen below:
178-
>>>>>>> a90dd04b (paper: Fix l96 Please add a link or reference regarding the Solara.)
179175

180176
```python
181177
visualization = SolaraViz(

0 commit comments

Comments
 (0)