Research Article

SAR Image Segmentation Based on Improved Grey Wolf Optimization Algorithm and Fuzzy C-Means

Algorithm 1

Algorithm GWO.
Input: MaxIter Number of iterations for optimization,
   n   Number of grey wolves in the pack.
1: Initialize a population of n grey wolves positions randomly.
2: While Stopping criteria not met do
3:  Calculate the fitness values based on , , positions
4:  Update Alpha, Beta, and Delta
5:  Update a; A; and C
6:  Update the Position of search agents including omegas
7: end
Output: Optimal grey wolf position, Best fitness value.