This is a list of NetLogo demos By Kgwedi.
1. This is a very simple model of some ants on a random walkabout starting at a nest. After the chosen number of steps (called start-energy), the ants will change color, and return to the nest following the outbound pathways, but by finding a shorter route.
To see this demo click here.
2. This is a simulation of a Mobile Ad-Hoc Network. Each turtle is a wireless router/transmiter (xmiter). When any two xmiters are close enough they will establish a link (simulating a TCP/IP connection).
To see this demo click here.
3. This shows how simple commands can result in complex behavior. Ants wander around randomly and gather food into piles.
To see this demo click here.
4. This demo shows how ants can be used to solve sudoku puzzles.
To see this demo click here.
5. This demo shows how the future state of bodies in a 3-body problem is random and cannot be determined.
To see this demo click here.
6. This demo solves a Traveling Salesman Problem using brute force.
To see this demo click here.
7. This demo shows how many ants can do the Intergral calculus to do a Fourier Series.
To see this demo click here.