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 @@ Full Name ANSacross neighbourhood search - CLAcode lock algorithm + CLAcode lock algorithm (joo) AMOmanimal migration optimization M (P+O)ES(P+O) evolution strategies - CTAcomet tail algorithm + CTAcomet tail algorithm (joo) SDSmstochastic diffusion search M AAmarchery algorithm M - ESGevolution of social groups - SIAsimulated isotropic annealing + ESGevolution of social groups (joo) + SIAsimulated isotropic annealing (joo) ACSartificial cooperative search ASOanarchy society optimization - TSEAturtle shell evolution algorithm + TSEAturtle shell evolution algorithm (joo) DEdifferential evolution CROchemical reaction optimisation BSAbird swarm algorithm @@ -74,6 +74,7 @@ BSObrain storm optimization WOAmwale optimization algorithm M AEFAartificial electric field algorithm + AEOartificial ecosystem-based optimization algorithm ACOmant colony optimization M BFO-GAbacterial foraging optimization - genetic algorithm ABHAartificial bee hive algorithm diff --git a/MQL5/Include/Math/AOs/Utilities.mqh b/MQL5/Include/Math/AOs/Utilities.mqh index 75ffa57..1a782fb 100644 Binary files a/MQL5/Include/Math/AOs/Utilities.mqh and b/MQL5/Include/Math/AOs/Utilities.mqh differ diff --git a/README.md b/README.md index 5d67ff5..2a716c7 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ https://t.me/+vazsAAcney4zYmZi -A list of implemented optimization algorithms: +A list of implemented optimization algorithms (M - is a modified improved version, joo - is an algorithm of my development): ANS (across neighbourhood search) -CLA (code lock algorithm) +CLA (code lock algorithm, joo) AMOm (animal migration optimization M) P_O_ES ((P+O) evolution strategies) -CTA (Comet Tail Algorithm) +CTA (Comet Tail Algorithm, joo) SDSm (stochastic diffusion search M) AAm (archery algorithm M) -ESG (evolution of social groups) -SIA (simulated isotropic annealing) +ESG (evolution of social groups, joo) +SIA (simulated isotropic annealing, joo) ACS (artificial cooperative search) ASO (anarchy society optimization) -TSEA (turtle shell evolution algorithm) +TSEA (turtle shell evolution algorithm, joo) DE (differential evolution) CRO (chemical reaction optimisation) BSA (bird swarm algorithm)