[Solved] Pso based image enhacment [closed]


You only need to carefully read the section B. Proposed methodology. It says something like this:

Now our aim is to find the best set of values
for these four parameters which can produce the optimal result
and to perform this work PSO is used. P number of particles
are initialized, each with four parameters a, b, c, and k by the
random values within their range and corresponding random
velocities.

So there you have your particle generation. Each particle is a set of 4 random values.

3

solved Pso based image enhacment [closed]