agent-based-modeling
Here are 373 public repositories matching this topic...
-
Updated
Jul 11, 2020 - JavaScript
Steps to reproduce:
- Open Wolf Sheep Predation
- Open the plot and note that "wolves" is a line plot
- Run
set-current-plot-pen "wolves" - Run
set-plot-pen-mode 1 ; bar mode - Open the plot again and check the mode of "wolves"; it will still say "Line"
- As a sanity check, feel free to plot as many points as you want with these settings, while noting that the mode stays "L
-
Updated
Oct 27, 2018 - JavaScript
-
Updated
Oct 15, 2016 - Jupyter Notebook
-
Updated
Nov 11, 2020 - Java
-
Updated
Nov 10, 2020 - R
In our example files, we use [link](@ref) to refer to the API.
Something that would be helpful to the documentation (and great for a fist issue to a new contributor!), would be links that track back from the API documentation to specific places in the examples where that function is used.
As an example, the current docstring for kill_agent!:
"""
kill_agent!(agent::Abst-
Updated
Nov 5, 2020 - C++
-
Updated
Nov 16, 2020 - Java
-
Updated
Nov 15, 2020 - C++
-
Updated
Mar 1, 2012 - Python
-
Updated
May 1, 2018 - R
The attr ranges could accept an interval of chars (according to ASCII). The attr ranges are mainly used by the plugins to define their attributes, e.g., see the attributes of this plugin.
The examples below could be
-
Updated
Oct 23, 2020 - Jupyter Notebook
-
Updated
Mar 30, 2020 - Python
-
Updated
Sep 3, 2020 - Rust
-
Updated
Nov 12, 2020 - C++
-
Updated
Nov 16, 2020 - R
-
Updated
Jun 16, 2020 - HTML
-
Updated
Jun 24, 2017 - JavaScript
-
Updated
Apr 25, 2017
-
Updated
Apr 10, 2017 - Python
Linux .deb installer
Investigate how to build a .deb installer.
-
Updated
Feb 5, 2018 - Python
-
Updated
Sep 4, 2020 - Python
-
Updated
Oct 13, 2020 - Jupyter Notebook
-
Updated
Apr 18, 2020 - Python
-
Updated
Aug 12, 2019 - C++
Improve this page
Add a description, image, and links to the agent-based-modeling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the agent-based-modeling topic, visit your repo's landing page and select "manage topics."


What's the problem this feature will solve?
I am currently working on a project using mesa. Great framework! The problem is that I use ContinuousSpace, and want to visualise it. Is this something you are working on?