diff --git a/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh b/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh index 43e3ca9..81c355f 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_DO_DandelionOptimizer.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_DO_DandelionOptimizer.mqh new file mode 100644 index 0000000..a481dad Binary files /dev/null and b/MQL5/Include/Math/AOs/PopulationAO/AO_DO_DandelionOptimizer.mqh differ diff --git a/MQL5/Include/Math/AOs/PopulationAO/links.html b/MQL5/Include/Math/AOs/PopulationAO/links.html index 0b552f2..be5f5f3 100644 --- a/MQL5/Include/Math/AOs/PopulationAO/links.html +++ b/MQL5/Include/Math/AOs/PopulationAO/links.html @@ -98,6 +98,7 @@ BFO-GAbacterial foraging optimization - genetic algorithm SOAsimple optimization algorithm ABHAartificial bee hive algorithm + DOdandelion optimizer CLA_lcompetitive learning algorithm CSA(Crow)crow search algorithm ACMOatmospheric cloud model optimization diff --git a/README.md b/README.md index 2cb627f..db6e3e3 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ CMAES (covariance matrix adaptation evolution strategy) DA_Duelist (duelist algorithm) SOA (simple optimization algorithm) ABHA (artificial bee hive algorithm) +DO (dandelion optimizer) CLA_L (competitive learning algorithm) CSA(CROW) (crow search algorithm) ACMO (atmospheric cloud model optimization)