Skip to content
#

agent-based-modeling

Here are 346 public repositories matching this topic...

LaCuneta
LaCuneta commented Jan 15, 2020

Reported through the NetLogo users group.

Open NetLogo 6.1.1, click Help > NetLogo User Manual and the HTML version of the bundled docs will pop up. In the menu bar on the left of the manual landing page click "manual in printable form (PDF)" all the way at the bottom and you'll get a file not found message.

The link goes to $NETLOGODIR/docs/NetLogo User Manual.pdf on macOS and `%NETLOGOD

gama
sgoodreau
sgoodreau commented Aug 23, 2018

Right now plot gives you the age (so exhibits boundary conditions at the start of the simulation) while print givens you final duration (so exhibits boundary conditions at the end of the simulation). This is more confusing than it needs to be.

@smjenness has proposed simply removing the plot. @martinamorris and I favor finding a way to preserve them but make them a bit more useful and clear.

Datseris
Datseris commented Mar 26, 2020

We should make an additional documentation page, called "Example overview". In this page we list the examples (as bullet points). In each bullet point we explain what the user can learn by each example page.

Eg. from HK model they learn synchronous agent update. From COVID-19 they learn using arbitrary graphs and plotting on arbitrary graphs. etc.

graph-theory

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

  • Updated Jul 3, 2020
  • Jupyter Notebook
nikic
nikic commented Jun 26, 2018

Sometimes it is convenient to write a value to out.member and read and adjust it lateron. Right now this is not prohibited, but will not work correctly on all backends.

This can be resolve by either making out a strict result parameter (only writes permitted) or by allowing both writes to and reads from it (and supporting this in all backends). In this case an additional question becomes wh

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.

Curate this topic

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."

Learn more

You can’t perform that action at this time.