diff --git a/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh b/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh index f62e511..c77b2d9 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_ABHA_ArtificialBeehiveAlgorithm.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_ABHA_ArtificialBeehiveAlgorithm.mqh new file mode 100644 index 0000000..c7349f9 Binary files /dev/null and b/MQL5/Include/Math/AOs/PopulationAO/AO_ABHA_ArtificialBeehiveAlgorithm.mqh differ diff --git a/README.md b/README.md index 1862f82..4eaec9c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ BSA (bird swarm algorithm) (PO)ES ((PO) evolution strategies) BSO (brain storm optimization) WOAm (wale optimization algorithm M) -AEFA (artificial electric field algorithm) +AEFA (artificial electric field algorithm) +ABHA (artificial bee hive algorithm) ASBO (adaptive social behavior optimization) COAm (cuckoo optimization algorithm M) Boids (boids algorithm)