diff --git a/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh b/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh index 908eadb..b933a60 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_CSO_CompetitiveSwarmOptimizer.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_CSO_CompetitiveSwarmOptimizer.mqh new file mode 100644 index 0000000..8a12ef0 Binary files /dev/null and b/MQL5/Include/Math/AOs/PopulationAO/AO_CSO_CompetitiveSwarmOptimizer.mqh differ diff --git a/MQL5/Include/Math/AOs/PopulationAO/links.html b/MQL5/Include/Math/AOs/PopulationAO/links.html index 8f229f1..0c4c7bc 100644 --- a/MQL5/Include/Math/AOs/PopulationAO/links.html +++ b/MQL5/Include/Math/AOs/PopulationAO/links.html @@ -77,6 +77,7 @@ SRAsuccessful restaurateur algorithm (joo) BObonobo optimizer CROchemical reaction optimisation + CSOcompetitive swarm optimizer BIOblood inheritance optimization (joo) DOAdream optimization algorithm BSAbird swarm algorithm diff --git a/MQL5/Include/Math/AOs/TestStand3D.mqh b/MQL5/Include/Math/AOs/TestStand3D.mqh new file mode 100644 index 0000000..c39db55 Binary files /dev/null and b/MQL5/Include/Math/AOs/TestStand3D.mqh differ diff --git a/README.md b/README.md index 1b75220..2f2adc6 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ DE (differential evolution) SRA (successful restaurateur algorithm, joo) BO (bonobo optimizer) CRO (chemical reaction optimisation) +CSO (competitive swarm optimizer) BIO (blood inheritance optimization, joo) DOA_Dream (dream optimization algorithm) BSA (bird swarm algorithm)