Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6bdb87 commit 83a0400Copy full SHA for 83a0400
src/main_test_details.py
@@ -52,7 +52,7 @@ def __init__(self):
52
HN = 20 # Total number of hens
53
MN = 15 # Number of mother hens in total hens
54
CN = 20 # Total number of chicks
55
- G = 70 # Reorganize groups every G steps
+ G = 10 # Reorganize groups every G steps
56
NO_OF_PARTICLES = RN + HN + MN + CN # Number of particles in swarm
57
58
# Swarm vars
0 commit comments