diff --git a/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh b/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh index 9698ae4..f7a1d50 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_ANS_AcrossNeighbourhoodSearch.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_ANS_AcrossNeighbourhoodSearch.mqh new file mode 100644 index 0000000..8bcc100 Binary files /dev/null and b/MQL5/Include/Math/AOs/PopulationAO/AO_ANS_AcrossNeighbourhoodSearch.mqh differ diff --git a/MQL5/Include/Math/AOs/TestFunctions.mqh b/MQL5/Include/Math/AOs/TestFunctions.mqh index 79ad10a..5bcf28c 100644 Binary files a/MQL5/Include/Math/AOs/TestFunctions.mqh and b/MQL5/Include/Math/AOs/TestFunctions.mqh differ diff --git a/README.md b/README.md index 6ba73bf..0277ba6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ A list of implemented optimization algorithms: BGA (binary genetic algorithm) +ANS (across neighbourhood search) CLA (code lock algorithm) P_O_ES ((P+O) evolution strategies) CTA (Comet Tail Algorithm)