From 3692c955c844cfc299f649f0b2dc6a2ec29e49b7 Mon Sep 17 00:00:00 2001 From: davide-f <67809479+davide-f@users.noreply.github.com> Date: Tue, 20 Apr 2021 00:48:13 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 209f6fc..667dfab 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Improved version of Multiple Objective Particle Swarm Optimization (MOPSO), that 5. presents a more user-friendly method to set options is also included, and 6. supports vectorized functions. -Two advanced convergence criteria are based on: +The two advanced convergence criteria are based on: 1. the spread measure and 2. quadratic mean of the crouding distances, which enhance the standard criterion based on maximum number of iterations.