Skip to content

Commit

Permalink
add result of code
Browse files Browse the repository at this point in the history
  • Loading branch information
parvvaresh committed Jan 2, 2025
1 parent 9f9c982 commit 8bde70a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 8bde70a

Please sign in to comment.