good day,
i want a suggestion whether this is correct or not. Okay, i analysed the weighting function for most of the PSO algorithm as shown below:
w= wmax-((wmax-wmin)/itermax)*iter
where iter is the current iteration.
what i want to know is how to define current iteration (iter), i tried...