Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 83a0400

Browse files
committed
gen reduction
1 parent d6bdb87 commit 83a0400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main_test_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(self):
5252
HN = 20 # Total number of hens
5353
MN = 15 # Number of mother hens in total hens
5454
CN = 20 # Total number of chicks
55-
G = 70 # Reorganize groups every G steps
55+
G = 10 # Reorganize groups every G steps
5656
NO_OF_PARTICLES = RN + HN + MN + CN # Number of particles in swarm
5757

5858
# Swarm vars

0 commit comments

Comments
 (0)