The document proposes a genetic algorithm combined with K-Means clustering to solve clustering problems. The genetic algorithm is used to generate new clusters through crossover, then K-Means is applied to further improve cluster quality and speed up search. Experimental results showed the combined approach converges faster while producing equivalent quality clusters compared to a standard genetic algorithm alone.