diff --git a/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh b/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh index 715ce8b..be4b3a7 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_DSA_DifferentialSearchAlgorithm.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_DSA_DifferentialSearchAlgorithm.mqh new file mode 100644 index 0000000..89969ed Binary files /dev/null and b/MQL5/Include/Math/AOs/PopulationAO/AO_DSA_DifferentialSearchAlgorithm.mqh differ diff --git a/MQL5/Include/Math/AOs/PopulationAO/links.html b/MQL5/Include/Math/AOs/PopulationAO/links.html index 9449495..7388907 100644 --- a/MQL5/Include/Math/AOs/PopulationAO/links.html +++ b/MQL5/Include/Math/AOs/PopulationAO/links.html @@ -111,6 +111,7 @@ CFOcentral force optimization ASHAartificial showering algorithm ASBOadaptive social behavior optimization + DSAdifferential search algorithm BIAbison algorithm ESeagle strategy BRObattle royale optimizer diff --git a/README.md b/README.md index 5661d76..313cdbc 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ CROm (coral reef optimization M) CFO (central force optimization) ASHA (artificial showering algorithm) ASBO (adaptive social behavior optimization) +DSA (differential search algorithm) BIA (bison algorithm) ES (eagle strategy) BRO (battle royale optimizer)