In multi-objective context using the pareto optimality it is desirable to generated all the non dominated solutions on the pareto front. PSO is a very popular evolutionary algorithm that uses individual and social experiences of particles to generate the candidate solutions.
I wanted to know what can be a good method for choosing a candidate for GBest(best group experience) in MO-PSO where it is desirable to generate all solutions on the pareto front.
Thanks in advance.