diff --git a/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh b/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh index 36f2c04..ae1a368 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_ACS_ArtificialCooperativeSearch.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_ACS_ArtificialCooperativeSearch.mqh new file mode 100644 index 0000000..a677a17 Binary files /dev/null and b/MQL5/Include/Math/AOs/PopulationAO/AO_ACS_ArtificialCooperativeSearch.mqh differ diff --git a/README.md b/README.md index dd3285b..8246f5a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ A list of implemented (+) optimization algorithms, (-) not included in the repos +CTA (Comet Tail Algorithm) +SDSm (stochastic diffusion search M) +ESG (evolution of social groups) -+SIA (simulated isotropic annealing) ++SIA (simulated isotropic annealing) ++ACS (artificial cooperative search) +TSEA (turtle shell evolution algorithm) +DE (differential evolution) +BSA (bird swarm algorithm)