diff --git a/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh b/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh index 9be00bf..0b69092 100644 Binary files a/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh and b/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh differ diff --git a/MQL5/Include/Math/AOs/PopulationAO/AO_DA_DragonflyAlgorithm.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_DA_DragonflyAlgorithm.mqh new file mode 100644 index 0000000..20b8c36 Binary files /dev/null and b/MQL5/Include/Math/AOs/PopulationAO/AO_DA_DragonflyAlgorithm.mqh differ diff --git a/MQL5/Include/Math/AOs/PopulationAO/links.html b/MQL5/Include/Math/AOs/PopulationAO/links.html index c4b1f33..095cc46 100644 --- a/MQL5/Include/Math/AOs/PopulationAO/links.html +++ b/MQL5/Include/Math/AOs/PopulationAO/links.html @@ -133,6 +133,7 @@ COAmcuckoo optimization algorithm M ECEAelite crystal evolution algorithm SDOmspiral dynamics optimization M + DA(Dragonfly)dragonfly algorithm NMmNelder-Mead method M DOAdingo optimization algorithm COA(CHAOS)Chaos Optimization Algorithm diff --git a/README.md b/README.md index 92e5fd3..1d96b5c 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ DOS (deterministic oscillatory search) EMA (exchange market algorithm) COAm (cuckoo optimization algorithm M) ECEA (elite crystal evolution algorithm) +DA_Dragonfly (dragonfly algorithm) COA(CHAOS) (chaos optimization algorithm) BM (Blue Monkey Algorithm) BBBC (big bang big crunch)