add DE
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -518,14 +518,9 @@ void C_AO_TSEA::Moving ()
|
|||||||
if (vPos > vClusters - 1) vPos = vClusters - 1;
|
if (vPos > vClusters - 1) vPos = vClusters - 1;
|
||||||
|
|
||||||
hPos = u.RNDminusOne (hClusters);
|
hPos = u.RNDminusOne (hClusters);
|
||||||
|
|
||||||
size = ArraySize (cell [vPos].cell [hPos].agent);
|
size = ArraySize (cell [vPos].cell [hPos].agent);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hPos2 = u.RNDminusOne (hClusters);
|
hPos2 = u.RNDminusOne (hClusters);
|
||||||
|
|
||||||
size2 = ArraySize (cell [vPos].cell [hPos2].agent);
|
size2 = ArraySize (cell [vPos].cell [hPos2].agent);
|
||||||
|
|
||||||
if (size > 0 && size2 > 0) break;
|
if (size > 0 && size2 > 0) break;
|
||||||
|
|||||||
Binary file not shown.
@@ -6,7 +6,7 @@ A list of implemented (+) optimization algorithms, (-) not included in the repos
|
|||||||
+ESG (evolution of social groups)
|
+ESG (evolution of social groups)
|
||||||
+SIA (simulated isotropic annealing)
|
+SIA (simulated isotropic annealing)
|
||||||
+TSEA (turtle shell evolution algorithm)
|
+TSEA (turtle shell evolution algorithm)
|
||||||
-DE (differential evolution)
|
+DE (differential evolution)
|
||||||
+BSA (bird swarm algorithm)
|
+BSA (bird swarm algorithm)
|
||||||
-HS (harmony search)
|
-HS (harmony search)
|
||||||
-SSG (saplings sowing and growing)
|
-SSG (saplings sowing and growing)
|
||||||
|
|||||||
Reference in New Issue
Block a user