diff --git a/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh b/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh index 33d99f7..80f2e38 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_DuelistAlgorithm.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_DA_DuelistAlgorithm.mqh new file mode 100644 index 0000000..c5047f8 Binary files /dev/null and b/MQL5/Include/Math/AOs/PopulationAO/AO_DA_DuelistAlgorithm.mqh differ diff --git a/MQL5/Include/Math/AOs/PopulationAO/links.html b/MQL5/Include/Math/AOs/PopulationAO/links.html index c5d5fe8..173f945 100644 --- a/MQL5/Include/Math/AOs/PopulationAO/links.html +++ b/MQL5/Include/Math/AOs/PopulationAO/links.html @@ -91,6 +91,7 @@ CAmcamel algorithm M ACOmant colony optimization M CMAEScovariance matrix adaptation evolution strategy + DA(Duelist)duelist algorithm BFO-GAbacterial foraging optimization - genetic algorithm SOAsimple optimization algorithm ABHAartificial bee hive algorithm diff --git a/README.md b/README.md index 07682df..689e0dc 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ AEFA (artificial electric field algorithm) AEO (artificial ecosystem based optimization) CAm (camel algorithm M) CMAES (covariance matrix adaptation evolution strategy) +DA_Duelist (duelist algorithm) SOA (simple optimization algorithm) ABHA (artificial bee hive algorithm) CLA_L (competitive learning algorithm)