Files
Population-optimization-alg…/README.md
T

40 lines
1.8 KiB
Markdown
Raw Normal View History

2024-04-19 19:24:44 +05:00
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)
2024-04-19 20:20:19 +05:00
+ESG (evolution of social groups)
2024-04-20 16:27:17 +05:00
+SIA (simulated isotropic annealing)
2024-04-19 19:24:44 +05:00
-DE (differential evolution)
+BSA (bird swarm algorithm)
-HS (harmony search)
2024-04-30 12:14:47 +05:00
-SSG (saplings sowing and growing)
+TSEA (turtle shell evolution algorithm)
2024-04-19 19:24:44 +05:00
-(PO)ES ((PO) evolution strategies)
+BSO (brain storm optimization)
+WOAm (wale optimization algorithm M)
2024-04-30 12:14:47 +05:00
-ACOm (ant colony optimization M)
2024-04-19 19:24:44 +05:00
-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)