From 9f3a61c555d6ac34f3e62c02e42bf9f3d2f39069 Mon Sep 17 00:00:00 2001 From: Aryah <68197305+shamone03@users.noreply.github.com> Date: Mon, 15 Apr 2024 05:42:05 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6eaa17..7531023 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,4 @@ 2. Under the Prefabs folder there will be a Boid prefab, click on it. 3. In the inspector window, there will be a script component named `Boid`. 4. Change these variables and restart the simulation by clicking play. Note that you must restart for the changes to take effect. For testing the social and cognitive variables were varied from 0 to 1. Ensuring they both add up to 1. + 5. The Technique variable can be used to switch between global and individual data for the PSOP algorithm.