Skip to content

LCB0B/Physarum_Transport_Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent based model of physarum transport network

ABM of Physarum tranport networks

Alt text

Example of emergent pattern formation and evolution formed by a population of simple particle-like agents. Using simple local behaviors based on chemotaxis, the mobile agent population spontaneously forms dynamic transport networks. By adjusting simple model parameters, maps of characteristic patterning are obtained.

Example

Run the model

To run the model and get an nice animation as above :

run main.py

Parameter selection : in main.py you can select :

- board size
- initial trail map
- initial particule/agent map
- the model ( w or w/o collision)
- agent parameters (sensor and motor cf. model description in ref)

Description of other files

class.py is the model with collisions, only one particule per cell. class_free.py is the model freed from the collisions constrain.

References :