Serendip is an independent site partnering with faculty at multiple colleges and universities around the world. Happy exploring!

randomness

Pseudo Non-determinisim in NetLogo

Determinism and Non-determinism in NetLogo
NetLogo is designed to mimic a parallel processing system, although it is fundamentally a serial processing one. For example, when a set of agents are asked to run a command, the agents must be sequentially asked because they cannot be asked simultaneously. This feature of NetLogo can be used to illustrate deterministic processes as well as to mimic non-deterministic ones.

Syndicate content