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: modules/collective-motion/assignment.qmd
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,15 @@ You can follow the guide here:
14
14
15
15
1. Implement the Couzin rules and motion.
16
16
2. Implement an animation that shows the individuals moving. You can see an example in the [Vicsek animation](vicsek-animation.qmd){.btn .btn-primary} chapter.
17
-
3. Explore the parameter space and report your insights. Find the four collective dynamical behaviours described in the original paper [@couzin2002collective].
17
+
3. Implement an order parameter that quantifies the degree of alignment in the system. Read the original paper [@couzin2002collective] to find out how they defined it. You can also check the [Vicsek order parameter](vicsek.qmd#order-parameter) for inspiration.
18
+
4. Explore the parameter space and report your insights. Find the four collective dynamical behaviours described in the original paper [@couzin2002collective].
18
19
19
20
Upload the code and a short report (1-2 pages done in LaTeX) describing your findings to the course platform.
20
21
21
22
## Extra Mile (Optional)
22
23
23
-
- Add sliders to allow change parameters (of your choice) on real time
24
-
- Implement the model in 3D, following the original paper [@couzin2002collective]
24
+
- Add sliders to allow change parameters (of your choice) on real time.
25
+
- Implement the model in 3D, following the original paper [@couzin2002collective].
0 commit comments