From 1d29b0ae0ea81e54641ab7fdc32ac466448770f3 Mon Sep 17 00:00:00 2001 From: parvvaresh Date: Fri, 3 Jan 2025 15:54:30 +0330 Subject: [PATCH] fix styles --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 201fdb4..c55dd86 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ This Python script implements a genetic algorithm for clustering data. The algorithm optimizes the cluster assignments of data points using a genetic approach, aiming to improve the silhouette score. The silhouette score is a measure of how well-defined the clusters are in the data. ## Table of Contents -- [Getting Started](#getting-started) - - [Installation](#installation) +- [Installation](#installation) - [Usage](#usage) - [Algorithm Overview](#algorithm-overview) - [Genetic Class](#genetic-class) @@ -14,14 +13,12 @@ This Python script implements a genetic algorithm for clustering data. The algor - [License](#license) - [Acknowledgments](#acknowledgments) -## Getting Started -### Installation +## Installation -2. **Install the required dependencies:** ```bash pip install cluster_ga