Skip to content

Commit 121c402

Browse files
author
Daniel Precioso, PhD
committed
Update assignment to include order parameter implementation for Couzin model
1 parent badc2b8 commit 121c402

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

modules/collective-motion/assignment.qmd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ You can follow the guide here:
1414

1515
1. Implement the Couzin rules and motion.
1616
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].
1819

1920
Upload the code and a short report (1-2 pages done in LaTeX) describing your findings to the course platform.
2021

2122
## Extra Mile (Optional)
2223

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].
2526

2627
\vspace{1cm}
2728

0 commit comments

Comments
 (0)