Update README.md

This commit is contained in:
Andrey Dik
2024-12-17 21:28:05 +05:00
committed by GitHub
parent 29dfaf3a00
commit 75a50160cb
+3 -2
View File
@@ -1,4 +1,5 @@
https://t.me/+vazsAAcney4zYmZi A [group](https://t.me/+vazsAAcney4zYmZi) for communication on the topic of optimization.
A list of implemented optimization algorithms (M - is a modified improved version, joo - is an algorithm of my development): A list of implemented optimization algorithms (M - is a modified improved version, joo - is an algorithm of my development):
ANS (across neighbourhood search) ANS (across neighbourhood search)
@@ -38,4 +39,4 @@ Boids (boids algorithm)
GWO (grey wolf optimizer) GWO (grey wolf optimizer)
AOA (arithmetic optimization algorithm) AOA (arithmetic optimization algorithm)
BGA (binary genetic algorithm) BGA (binary genetic algorithm)
RW (random walk) RW (random walk)