diff --git a/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh b/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh index 7cbebb0..bc30802 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_CSA_CrowSearchAlgorithm.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_CSA_CrowSearchAlgorithm.mqh new file mode 100644 index 0000000..7e5efa7 Binary files /dev/null and b/MQL5/Include/Math/AOs/PopulationAO/AO_CSA_CrowSearchAlgorithm.mqh differ diff --git a/MQL5/Include/Math/AOs/PopulationAO/links.html b/MQL5/Include/Math/AOs/PopulationAO/links.html index 6430cf8..560a571 100644 --- a/MQL5/Include/Math/AOs/PopulationAO/links.html +++ b/MQL5/Include/Math/AOs/PopulationAO/links.html @@ -98,6 +98,7 @@ SOAsimple optimization algorithm ABHAartificial bee hive algorithm CLA_lcompetitive learning algorithm + CSA(Crow)crow search algorithm ACMOatmospheric cloud model optimization ADAMmadaptive moment estimation M CoSOcommunity of scientist optimization diff --git a/README.md b/README.md index fedabdf..292f21c 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ DA_Duelist (duelist algorithm) SOA (simple optimization algorithm) ABHA (artificial bee hive algorithm) CLA_L (competitive learning algorithm) +CSA(CROW) (crow search algorithm) ACMO (atmospheric cloud model optimization) ADAMm (adaptive moment estimation) CoSO (community of scientist optimization)