diff --git a/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh b/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh index 0302936..a3dcd5d 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_AEO_ArtificialEcosystemBasedOptimization.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_AEO_ArtificialEcosystemBasedOptimization.mqh new file mode 100644 index 0000000..e1f0b0f Binary files /dev/null and b/MQL5/Include/Math/AOs/PopulationAO/AO_AEO_ArtificialEcosystemBasedOptimization.mqh differ diff --git a/MQL5/Include/Math/AOs/PopulationAO/AO_CLA_CodeLockAlgorithm.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_CLA_CodeLockAlgorithm.mqh index a394f47..3abe417 100644 Binary files a/MQL5/Include/Math/AOs/PopulationAO/AO_CLA_CodeLockAlgorithm.mqh and b/MQL5/Include/Math/AOs/PopulationAO/AO_CLA_CodeLockAlgorithm.mqh differ diff --git a/MQL5/Include/Math/AOs/PopulationAO/AO_CTA_CometTailAlgorithm.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_CTA_CometTailAlgorithm.mqh index 6d33a33..2ce53a9 100644 Binary files a/MQL5/Include/Math/AOs/PopulationAO/AO_CTA_CometTailAlgorithm.mqh and b/MQL5/Include/Math/AOs/PopulationAO/AO_CTA_CometTailAlgorithm.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 index a637b14..92a710d 100644 Binary files a/MQL5/Include/Math/AOs/PopulationAO/AO_ESG_Evolution_of_Social_Groups.mqh and b/MQL5/Include/Math/AOs/PopulationAO/AO_ESG_Evolution_of_Social_Groups.mqh differ diff --git a/MQL5/Include/Math/AOs/PopulationAO/AO_SIA_SimulatedIsotropicAnnealing.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_SIA_SimulatedIsotropicAnnealing.mqh index dbf4f7b..347652c 100644 Binary files a/MQL5/Include/Math/AOs/PopulationAO/AO_SIA_SimulatedIsotropicAnnealing.mqh and b/MQL5/Include/Math/AOs/PopulationAO/AO_SIA_SimulatedIsotropicAnnealing.mqh differ diff --git a/MQL5/Include/Math/AOs/PopulationAO/AO_TSEA_TurtleShellEvolutionAlgorithm.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_TSEA_TurtleShellEvolutionAlgorithm.mqh index 06f0f8c..a4c3538 100644 --- a/MQL5/Include/Math/AOs/PopulationAO/AO_TSEA_TurtleShellEvolutionAlgorithm.mqh +++ b/MQL5/Include/Math/AOs/PopulationAO/AO_TSEA_TurtleShellEvolutionAlgorithm.mqh @@ -313,7 +313,7 @@ class C_AO_TSEA : public C_AO C_AO_TSEA () { ao_name = "TSEA"; - ao_desc = "Turtle Shell Evolution Algorithm"; + ao_desc = "Turtle Shell Evolution Algorithm (joo)"; ao_link = "https://www.mql5.com/ru/articles/14789"; popSize = 100; //population size diff --git a/MQL5/Include/Math/AOs/PopulationAO/links.html b/MQL5/Include/Math/AOs/PopulationAO/links.html index d3dbed0..f3a821b 100644 --- a/MQL5/Include/Math/AOs/PopulationAO/links.html +++ b/MQL5/Include/Math/AOs/PopulationAO/links.html @@ -51,17 +51,17 @@