From 8bde70a93b17224bff71bea06e04cbe982831d77 Mon Sep 17 00:00:00 2001 From: parvvaresh Date: Fri, 3 Jan 2025 00:03:14 +0330 Subject: [PATCH] add result of code --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3453f62..9b30c18 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ This Python script implements a genetic algorithm for clustering data. The algor 1. **Clone the repository:** ```bash -https://github.com/parvvaresh/clustering-with-genetic -cd clustering-with-genetic +https://github.com/parvvaresh/cluster_ga +cd cluster_ga ``` 2. **Install the required dependencies:** @@ -73,6 +73,8 @@ Utilizes the genetic and clustering classes to run the algorithm on a given data The script outputs the progress of the algorithm, including the generation number and the fitness score achieved. Additionally, a plot of the fitness scores over generations is displayed at the end of the execution. +![result](./assets/result.png) + ## License This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.