diff --git a/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh b/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh index c042ecd..e1fc5e0 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_CTA_CometTailAlgorithm.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_CTA_CometTailAlgorithm.mqh new file mode 100644 index 0000000..6d33a33 Binary files /dev/null and b/MQL5/Include/Math/AOs/PopulationAO/AO_CTA_CometTailAlgorithm.mqh differ diff --git a/README.md b/README.md index 84803d4..bafbb14 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,11 @@ A list of implemented (+) optimization algorithms, (-) not included in the repos +BGA (binary genetic algorithm) +P_O_ES ((P+O) evolution strategies) ++CTA (Comet Tail Algorithm) +SDSm (stochastic diffusion search M) +ESG (evolution of social groups) +SIA (simulated isotropic annealing) -+TSEA (turtle shell evolution algorithm) ++TSEA (turtle shell evolution algorithm) +DE (differential evolution) +BSA (bird swarm algorithm) -HS (harmony search)