Add DOA_Dingo

This commit is contained in:
JQSakaJoo
2025-09-06 12:10:20 +04:00
parent be46ca30fe
commit e4e7c9a543
4 changed files with 2 additions and 0 deletions
Binary file not shown.
@@ -50,6 +50,7 @@
<th>Abbreviation</th> <th>Abbreviation</th>
<th>Full Name</th> <th>Full Name</th>
</tr> </tr>
<tr><td>DOA</td><td><a href="https://www.mql5.com/ru/articles/19187" target="_blank">dingo optimization algorithm</a></td></tr>
<tr><td>ANS</td><td><a href="https://www.mql5.com/ru/articles/15049" target="_blank">across neighbourhood search</a></td></tr> <tr><td>ANS</td><td><a href="https://www.mql5.com/ru/articles/15049" target="_blank">across neighbourhood search</a></td></tr>
<tr><td>CLA</td><td><a href="https://www.mql5.com/ru/articles/14878" target="_blank">code lock algorithm (joo)</a></td></tr> <tr><td>CLA</td><td><a href="https://www.mql5.com/ru/articles/14878" target="_blank">code lock algorithm (joo)</a></td></tr>
<tr><td>AMOm</td><td><a href="https://www.mql5.com/ru/articles/15543" target="_blank">animal migration optimization M</a></td></tr> <tr><td>AMOm</td><td><a href="https://www.mql5.com/ru/articles/15543" target="_blank">animal migration optimization M</a></td></tr>
+1
View File
@@ -2,6 +2,7 @@ A [group](https://t.me/+vazsAAcney4zYmZi) for communication on the topic of opti
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):
DOA_Dingo (dingo optimization algorithm)
ANS (across neighbourhood search) ANS (across neighbourhood search)
CLA (code lock algorithm, joo) CLA (code lock algorithm, joo)
AMOm (animal migration optimization M) AMOm (animal migration optimization M)