I claim that for measuring performance of these algorithms in most cases quantiles are much better than arithmetic mean because with quantiles/percentiles:

1) interpretation: you know what solution quality and with what probability you might expect, if you use an algorithm once;

2) multiple executions: you still know solution quality and what probability you might expect, if you use an algorithm n times; (probability increases and this is easy to calculate)

3) defined when arithmetic mean is not - in the case when solution quality is stopping criteria and computational time is measured.

More about this can be read in short and simple paper "Measuring Performance of Optimization Algorithms in Evolutionary Computation" attached with this message.

Please give me your toughs about this.

Similar questions and discussions