Update README.md

This commit is contained in:
Andrey Dik
2024-04-19 19:24:44 +05:00
committed by GitHub
parent a48f62acf1
commit ee490f60b1
+38 -37
View File
@@ -1,37 +1,38 @@
A list of implemented optimization algorithms. The algorithms that will be added soon are indicated in parentheses.
AO_BGA,
AO_P_O_ES,
AO_SDSm,
(ESG)
(SIA)
(DE)
AO_BSA,
(HS)
(SSG)
((PO)ES)
AO_BSO,
AO_WOAm,
(ACOm)
(BFO-GA)
(MEC)
(IWO)
(Micro-AIS)
(COAm)
(SDOm)
(NMm)
(FAm)
(GSA)
(BFO)
(ABC)
(BA)
(SA)
(IWDm)
(PSO)
AO_Boids,
(MA)
(SFL)
(FSS)
(RND)
AO_GWO,
(CSS)
(EM)
A list of implemented (+) optimization algorithms, (-) not included in the repository yet:
+BGA (binary genetic algorithm)
+P_O_ES ((P+O) evolution strategies)
+SDSm (stochastic diffusion search M)
-ESG (evolution of social groups)
-SIA (simulated isotropic annealing)
-DE (differential evolution)
+BSA (bird swarm algorithm)
-HS (harmony search)
-SSG (saplings sowing and growing)
-(PO)ES ((PO) evolution strategies)
+BSO (brain storm optimization)
+WOAm (wale optimization algorithm M)
-ACOm (ant colony optimization M)
-BFO-GA (bacterial foraging optimization - ga)
-MEC (mind evolutionary computation)
-IWO (invasive weed optimization)
-Micro-AIS (micro artificial immune system)
-COAm (cuckoo optimization algorithm M)
-SDOm (spiral dynamics optimization M)
-NMm (Nelder-Mead method M)
-FAm (firefly algorithm M)
-GSA (gravitational search algorithm)
-BFO (bacterial foraging optimization)
-ABC (artificial bee colony)
-BA (bat algorithm)
-SA (simulated annealing)
-IWDm (intelligent water drops M)
-PSO (particle swarm optimisation)
+Boids (boids algorithm)
-MA (monkey algorithm)
-SFL (shuffled frog-leaping)
-FSS (fish school search)
-RND (random)
+GWO (grey wolf optimizer)
-CSS (charged system search)
-EM (electroMagnetism-like algorithm)