diff --git a/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh b/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh index 83a3c1c..6c3cce6 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_ESG_Evolution_of_Social_Groups.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_ESG_Evolution_of_Social_Groups.mqh new file mode 100644 index 0000000..a637b14 Binary files /dev/null and b/MQL5/Include/Math/AOs/PopulationAO/AO_ESG_Evolution_of_Social_Groups.mqh differ diff --git a/README.md b/README.md index 13ede0c..c168567 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A list of implemented (+) optimization algorithms, (-) not included in the repos +BGA (binary genetic algorithm) +P_O_ES ((P+O) evolution strategies) +SDSm (stochastic diffusion search M) --ESG (evolution of social groups) ++ESG (evolution of social groups) -SIA (simulated isotropic annealing) -DE (differential evolution) +BSA (bird swarm algorithm)