From 858e16b9cef7e97045895976b64b33376f4aad9c Mon Sep 17 00:00:00 2001 From: Mostapha Kalami Heris Date: Mon, 13 Mar 2023 19:32:29 +0330 Subject: [PATCH] README updated. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ee2fe2..24902c2 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,9 @@ The `bestsol` variable contains the best solution found by the algorithm. The `p The following animation shows how PSO searches for the optimal path and how the solution evolves while the optimization algorithms runs. -![Path Planning using PSO in Python](/images/animation.gif) - +

+ Path Planning using PSO in Python +

## How to Cite