From 206860e147e5c5899963faedcf7731f78d9a6518 Mon Sep 17 00:00:00 2001 From: Thieu Nguyen Date: Mon, 7 Aug 2023 12:44:14 +0700 Subject: [PATCH] Update comments for AEO --- mealpy/system_based/AEO.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealpy/system_based/AEO.py b/mealpy/system_based/AEO.py index 14010188..47610928 100644 --- a/mealpy/system_based/AEO.py +++ b/mealpy/system_based/AEO.py @@ -505,7 +505,7 @@ def evolve(self, epoch): class AugmentedAEO(Optimizer): """ - The original version of: Adaptive Artificial Ecosystem Optimization (AAEO) + The original version of: Augmented Artificial Ecosystem Optimization (AAEO) Notes ~~~~~