Mesa is an agent-based modeling framework in Python
-
Updated
Sep 12, 2020 - Python
{{ message }}
Mesa is an agent-based modeling framework in Python
Make social simulations on interactive maps with Javascript! Agent-based modeling for the web.
Language evolution simulation with Agent-based Models
Learning to trade under the reinforcement learning framework
Core plug-in projects of the GAMA platform
Mathematical Modeling of Infectious Disease Dynamics
g = model.space.graph
weight_matrix = LightGraphs.weights(g)
for i in 1:nv(g)
weight_matrix[i,i] = 0
end
edgewidthsdict = Dict()
for node in 1:nv(g)
nbs = neighbors(g,node)
for nb in nbs
edgewidthsdict[(node,nb)] = weight_matrix[node,nb] / sum([outneighbor for outneighbor in weight_matrix[node,:]])
end
end
edgewidthsf(s,d,w) = edgewidthsdict[(s,d)]*5
plotargs =depthmapX is a multi-platform Spatial Network Analysis Software
SARL Agent-Oriented Programming Language http://www.sarl.io
depthmapX is a multi-platform Spatial Network Analysis Software
FMS, an agent-based Financial Market Simulator
Code, data and prose of the book: Spatial Microsimulation with 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
Julia and Python complex system applications in ecology, epidemiology, sociology, economics & finance; network science models including Erdős-Rényi & Barabási-Albert; graph theory algorithms involving Gillespie, Bron Kerbosch, Bellman Ford, A*, Kruskal, Borůvka, Prim, Dijkstra, Topological Sort, DFS, BFS
Agent-based modelling for resource allocation in viral crises to investigate resource allocation and policy interventions with respect to transmission rate.
PhysiCell: Scientist end users should use latest release! Developers please fork the development branch and submit PRs to the dev branch. Thanks!
nlrx NetLogo R
An agent-based epidemiology simulation framework built in Rust
General-purpose discrete-event multiagent simulation library for agent-based modelling and simulation
A Goal-Oriented Approach to Knowledge Discovery in Multi-Agent Systems
Accompanying resources for the book 'Agent-Based Modelling and Geographical Information Systems: A Practical Primer'.
An agent library for systems of nested automata.
Investigate how to build a .deb installer.
Zero Intelligence Agent-Based Model of Modern Limit Order Book
Agent-based simulation model for COVID-19 spread in society and patient outcomes
Bringing Your Turtles From NetLogo to Python
A domain-specific language for parallel and distributed agent-based simulations.
Spheroid models of morphogenesis for the GPU.
Add a description, image, and links to the agent-based-modeling topic page so that developers can more easily learn about it.
To associate your repository with the agent-based-modeling topic, visit your repo's landing page and select "manage topics."
Steps to reproduce:
set-current-plot-pen "wolves"set-plot-pen-mode 1 ; bar mode