This commit is contained in:
JQSakaJoo
2024-05-01 12:02:50 +05:00
parent bcf8ee834d
commit ca5827242c
5 changed files with 1 additions and 6 deletions
Binary file not shown.
@@ -518,14 +518,9 @@ void C_AO_TSEA::Moving ()
if (vPos > vClusters - 1) vPos = vClusters - 1;
hPos = u.RNDminusOne (hClusters);
size = ArraySize (cell [vPos].cell [hPos].agent);
hPos2 = u.RNDminusOne (hClusters);
size2 = ArraySize (cell [vPos].cell [hPos2].agent);
if (size > 0 && size2 > 0) break;
+1 -1
View File
@@ -6,7 +6,7 @@ A list of implemented (+) optimization algorithms, (-) not included in the repos
+ESG (evolution of social groups)
+SIA (simulated isotropic annealing)
+TSEA (turtle shell evolution algorithm)
-DE (differential evolution)
+DE (differential evolution)
+BSA (bird swarm algorithm)
-HS (harmony search)
-SSG (saplings sowing and growing)