In the process of clustering,after having the initial subsets of the clusters,required to choose cluster head nodes in UWSN.So Is PSO algorithm better for the process?Are there any other algorithms ?
There is nothing called better. Many cases requier different configuration. Trade-off will occur. You can try PSO. However, is it doable in real life? what about its complixity?
It is not sure. You can use PSO. But it depends on the characteristics of dataset as well. So, you can also try for GA, Cuckoo and any other EA. But you should also remmeber about their complexities. You may check the below links...