From 1a50b0d63abb178bc539672eacf7bcf01e87075b Mon Sep 17 00:00:00 2001 From: JQSakaJoo Date: Wed, 12 Jun 2024 20:55:21 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2029c69..e813a63 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A list of implemented (+) optimization algorithms, (-) not included in the repos +SIA (simulated isotropic annealing) +ACS (artificial cooperative search) +TSEA (turtle shell evolution algorithm) -+DE (differential evolution) ++DE (differential evolution) +CRO (chemical reaction optimisation) +BSA (bird swarm algorithm) -HS (harmony search)