Is there any advantage in using Particle Swarm Optimization for clustering than K-Means?
I have read some paper about using particle swarm optimization. It doesn't look give much different result than K-Means. I tried to use PSO for clustering but the result is pretty much the same with K-Means with some drawbacks like longer execution time and have a lot of different result caused by the random factor.
Topic evolutionary-algorithms optimization clustering
Category Data Science