This document presents a modified genetic algorithm for data clustering that addresses the limitations of the k-means algorithm, particularly in determining the number of clusters and initial centers automatically. The approach improves clustering quality and execution time by utilizing diverse population structures and a new crossover operator. Experimental results indicate that this modified genetic algorithm outperforms existing methods in efficiently generating optimal clusters.
Related topics: