I am trying to implement Particle Swarm Optimization for document clustering. I have gone through lots of reserach papers. Going through them, I could only figure out that each particle will be represented as K number of cluster centroids.
So a particle is equal to (C1,C2,....CK)
But what about velocity and position? What do they represent? How do we initialize them? Can anybody suggest me regarding this?