How we can implement the SA Algorithm for routing in WSN. Please explain in the context of routing in WSN with example if any. I still can't get the exact idea of SA in WSN routing.
Mah Parsa thanks, I want to know that how it works, I want to use all these three algorithms, GA for clustering, ACO and SA annealing for finding the route.. but I don't understand that how it works in WSN routing, though it is used by a few researchers but I don't understand it. If you can explain it in simple word in the context of WSN, I will be very thankful.. Thanks
Every Evolutionary-Optimization algorithm is not "suitable/useful/efficient" for every type of problem. Even for comparison purposes, you should compare compatible solutions. For your problem, as Mah Parsa said, ACO is suitable and works fine, but SA, really, depends on how you are going to use it. So comparing their results is not fair! Please consider choosing comparable algorithms.
Thanks Khalil Al-rahman Youssefi Darmian I am trying to improve the search process of ACO by using SA together. If you have idea that we can then it will be highly appreciated.
I have recently developed a version of SA for MATLAB. Maybe it can be useful to you. Link: https://www.mathworks.com/matlabcentral/fileexchange/73516-generalized-simulated-annealing-gsa.