Hi, I am working on a research paper in which I want to compare the performance of several (meta)heuristics (including GA) in solving a certain problem. I have run each algorithm several times and found out that my GA is not able to find the good solution that other (meta)heuristics find in a short time. It converges to a solution which I know is not the best (because other algorithms converge to a way better solution. I have increased the mutation rate to 0.2 in order to avoid getting trapped in a local optima and my crossover rate is 0.9.

I want to have an acceptable comparison/evaluation of the performance of these algorithms, So

my question is: Is there a problem with my GA or can I simply report the GA solution and explain that it performs poorly?

More Shervin Ataeian's questions See All
Similar questions and discussions