diff --git a/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh b/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh index fb708ab..648163f 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_ACMO_AtmosphereCloudsModelOptimization.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_ACMO_AtmosphereCloudsModelOptimization.mqh new file mode 100644 index 0000000..507d67f Binary files /dev/null and b/MQL5/Include/Math/AOs/PopulationAO/AO_ACMO_AtmosphereCloudsModelOptimization.mqh differ diff --git a/MQL5/Include/Math/AOs/PopulationAO/links.html b/MQL5/Include/Math/AOs/PopulationAO/links.html index a214f51..3a6ddaa 100644 --- a/MQL5/Include/Math/AOs/PopulationAO/links.html +++ b/MQL5/Include/Math/AOs/PopulationAO/links.html @@ -76,6 +76,7 @@ ACOmant colony optimization M BFO-GAbacterial foraging optimization - genetic algorithm ABHAartificial bee hive algorithm + ACMOatmospheric cloud model optimization ASBOadaptive social behavior optimization MECmind evolutionary computation IWOinvasive weed optimization diff --git a/MQL5/Include/Math/AOs/TestFunctions.mqh b/MQL5/Include/Math/AOs/TestFunctions.mqh index dd33c88..3214516 100644 Binary files a/MQL5/Include/Math/AOs/TestFunctions.mqh and b/MQL5/Include/Math/AOs/TestFunctions.mqh differ diff --git a/README.md b/README.md index 2b90592..2130f86 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ BSO (brain storm optimization) WOAm (wale optimization algorithm M) AEFA (artificial electric field algorithm) ABHA (artificial bee hive algorithm) +ACMO (atmospheric cloud model optimization) ASBO (adaptive social behavior optimization) COAm (cuckoo optimization algorithm M) AAA (artificial algae algorithm)