I need to show the convergence speed of my optimization algorithm. There are two conflicting objectives to be minimized. The algorithm produces a set of Pareto optimal solutions.
As far as I know, for single objective optimization problems, it can be shown by means of a graph i.e., Plot fitness value on Y-axis and plot iteration number on X-axis.
Can I show the convergence speed by means of the number of iterations for a desired number of Pareto optimal solutions? i.e., Plot number of Pareto optimal solutions obtained so far on Y-axis and plot iteration number on X-axis.
Kindly suggest me some way to show the convergence speed for the given scenario.
Any help is appreciated
Thanks in Advance
Regards