You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ The generators are agent based models for movement in continuous space built usi
16
16
17
17
To use the generators, follow the instructions in corresponding directory:
18
18
19
-
1.[Bird Movement Model](boid_flockers) (Mesa official example):
19
+
1.[Bird Movement Model](./boid_flockers) (Mesa official example):
20
20
[Boids](https://en.wikipedia.org/wiki/Boids)-style flocking model, demonstrating the use of agents moving through a continuous space following direction vectors.
21
-
2.[Ship Movement Model](ship_hybrid_algorithm) (MobiSpaces addition):
21
+
2.[Ship Movement Model](./ships_hybrid_algorithm) (MobiSpaces addition):
22
22
Agent based simulation of ship movements between ports, using a dynamic window approach and A* routing with support for speed restrictions.
0 commit comments