diff --git a/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh b/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh index bc30802..830af31 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_ACCS_ArtificialCoronaryCirculationSystem.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_ACCS_ArtificialCoronaryCirculationSystem.mqh new file mode 100644 index 0000000..72b1199 Binary files /dev/null and b/MQL5/Include/Math/AOs/PopulationAO/AO_ACCS_ArtificialCoronaryCirculationSystem.mqh differ diff --git a/MQL5/Include/Math/AOs/PopulationAO/AO_BM_BlueMonkeyAlgorithm.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_BM_BlueMonkeyAlgorithm.mqh new file mode 100644 index 0000000..78f4de3 Binary files /dev/null and b/MQL5/Include/Math/AOs/PopulationAO/AO_BM_BlueMonkeyAlgorithm.mqh differ diff --git a/MQL5/Include/Math/AOs/PopulationAO/links.html b/MQL5/Include/Math/AOs/PopulationAO/links.html index 560a571..4379a6e 100644 --- a/MQL5/Include/Math/AOs/PopulationAO/links.html +++ b/MQL5/Include/Math/AOs/PopulationAO/links.html @@ -123,10 +123,12 @@ NMmNelder-Mead method M DOAdingo optimization algorithm COA(CHAOS)Chaos Optimization Algorithm + BMblue monkey algorithm BBBCbig bang - big crunch algorithm CPAcyclic parthenogenesis algorithm FAmfirefly algorithm M GSAgravitational search algorithm + ACCSartificial coronary circulation system BFObacterial foraging optimization ABCartificial bee colony BAbat algorithm diff --git a/README.md b/README.md index 292f21c..ec5bf67 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,10 @@ DOS (deterministic oscillatory search) EMA (exchange market algorithm) COAm (cuckoo optimization algorithm M) COA(CHAOS) (chaos optimization algorithm) +BM (Blue Monkey Algorithm) BBBC (big bang big crunch) CPA (cyclic parthenogenesis algorithm) +ACCS (Artificial Coronary Circulation System) AAA (artificial algae algorithm) Boids (boids algorithm) GWO (grey wolf optimizer)