Skip to content

Jackie Kazil | Agent based modeling in Python

Florian Benkö edited this page Jun 19, 2018 · 1 revision

On a scale from Order to Complexity to Chaos. We are quite close on the order site.

Agent Based Models, what are related fields? ABMs, MAS, Game Theory, Cellular automata, Microsimulation, Individual-based models, complex simulations.

Elements of a model, we should define which one we use:

Space or State Agents Time Visualization (a nice to have)

ABMs can be useful to alter memory and messure the effects.

A cool model: I am an agent i look around me what are the other agents doing and the environment.
I have also a step function.
If i am unhappy i will move, so i use the step function.

source: https://www.youtube.com/watch?v=bjjoHji8KUQ

Clone this wiki locally