diff --git a/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh b/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh index 238888f..733d7b8 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_CPA_CyclicParthenogenesisAlgorithm.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_CPA_CyclicParthenogenesisAlgorithm.mqh new file mode 100644 index 0000000..ba80b4d Binary files /dev/null and b/MQL5/Include/Math/AOs/PopulationAO/AO_CPA_CyclicParthenogenesisAlgorithm.mqh differ diff --git a/MQL5/Include/Math/AOs/PopulationAO/AO_TETA_TimeEvolutionTravelAlgorithm.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_TETA_TimeEvolutionTravelAlgorithm.mqh new file mode 100644 index 0000000..768355f Binary files /dev/null and b/MQL5/Include/Math/AOs/PopulationAO/AO_TETA_TimeEvolutionTravelAlgorithm.mqh differ diff --git a/MQL5/Include/Math/AOs/PopulationAO/links.html b/MQL5/Include/Math/AOs/PopulationAO/links.html index fcbf3f7..3a41f9f 100644 --- a/MQL5/Include/Math/AOs/PopulationAO/links.html +++ b/MQL5/Include/Math/AOs/PopulationAO/links.html @@ -55,6 +55,7 @@ AMOmanimal migration optimization M (P+O)ES(P+O) evolution strategies CTAcomet tail algorithm (joo) + TETAtime evolution travel algorithm (joo) SDSmstochastic diffusion search M AAmarchery algorithm M ESGevolution of social groups (joo) @@ -93,6 +94,7 @@ SDOmspiral dynamics optimization M NMmNelder-Mead method M BBBCbig bang - big crunch algorithm + CPAcyclic parthenogenesis algorithm FAmfirefly algorithm M GSAgravitational search algorithm BFObacterial foraging optimization diff --git a/README.md b/README.md index f718a53..9d8fe67 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ CLA (code lock algorithm, joo) AMOm (animal migration optimization M) P_O_ES ((P+O) evolution strategies) CTA (Comet Tail Algorithm, joo) +TETA (time evolution travel algorithm, joo) SDSm (stochastic diffusion search M) AAm (archery algorithm M) ESG (evolution of social groups, joo) @@ -36,6 +37,7 @@ ASHA (artificial showering algorithm) ASBO (adaptive social behavior optimization) COAm (cuckoo optimization algorithm M) BBBC (big bang big crunch) +CPA (cyclic parthenogenesis algorithm) AAA (artificial algae algorithm) Boids (boids algorithm) GWO (grey wolf optimizer)