The document proposes a hybrid clustering algorithm called SMBCO+KM that combines k-means clustering, bacterial colony optimization (BCO), and the simplex method. K-means is used for its fast clustering ability but depends on initial conditions. BCO is used to search the solution space but has a slow convergence rate. The simplex method enhances the performance of BCO. The hybrid approach uses BCO initially to search globally, then switches to k-means locally to generate more precise clusters. Simulation results on six datasets show the proposed approach outperforms other algorithms in clustering quality and runtime.