diff --git a/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh b/MQL5/Include/Math/AOs/PopulationAO/#C_AO_enum.mqh index e6c6630..7ee4414 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_ADAMm_AdaptiveMomentEstimation.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_ADAMm_AdaptiveMomentEstimation.mqh new file mode 100644 index 0000000..72f705a Binary files /dev/null and b/MQL5/Include/Math/AOs/PopulationAO/AO_ADAMm_AdaptiveMomentEstimation.mqh differ diff --git a/MQL5/Include/Math/AOs/PopulationAO/AO_RW_RandomWalk.mqh b/MQL5/Include/Math/AOs/PopulationAO/AO_RW_RandomWalk.mqh index cd28bf3..2a32459 100644 Binary files a/MQL5/Include/Math/AOs/PopulationAO/AO_RW_RandomWalk.mqh and b/MQL5/Include/Math/AOs/PopulationAO/AO_RW_RandomWalk.mqh differ diff --git a/MQL5/Include/Math/AOs/PopulationAO/links.html b/MQL5/Include/Math/AOs/PopulationAO/links.html index 25bcc73..fe1654a 100644 --- a/MQL5/Include/Math/AOs/PopulationAO/links.html +++ b/MQL5/Include/Math/AOs/PopulationAO/links.html @@ -81,6 +81,7 @@ SOAsimple optimization algorithm ABHAartificial bee hive algorithm ACMOatmospheric cloud model optimization + ADAMmadaptive moment estimation M ASHAartificial showering algorithm ASBOadaptive social behavior optimization MECmind evolutionary computation diff --git a/README.md b/README.md index 7c81e60..bdc3cfe 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ AEFA (artificial electric field algorithm) SOA (simple optimization algorithm) ABHA (artificial bee hive algorithm) ACMO (atmospheric cloud model optimization) +ADAMm (adaptive moment estimation) ASHA (artificial showering algorithm) ASBO (adaptive social behavior optimization) COAm (cuckoo optimization algorithm M) @@ -35,3 +36,4 @@ Boids (boids algorithm) GWO (grey wolf optimizer) AOA (arithmetic optimization algorithm) BGA (binary genetic algorithm) +RW (random walk) \ No newline at end of file