Are there any sources to reference about how to choose the best parameter? For example : can the probability of mutation only be in the range 0.2 to 0.4 ( 0.2 < Pm < 0.4), or we can choose it at random ( 0
The best parameters depends of the constraints of the problem (time window, capacity, ....)
But, for me, the mutation probability never exceeds 0.01 for this problem. You can use an adaptative probability to force the exploration at the begening and reduce this probability with the convergence.
.Abstract - This paper is the result of a literature study carried out by the authors. It is a review of the different attempts made to solve the Travelling Salesman Problem with Genetic Algorithms. We present crossover and mutation operators, developed to tackle the Travelling Salesman Problem with Genetic Algorithms with different representations such as: binary representation, path representation, adjacency representation, ordinal representation and matrix representation. Likewise, we show the experimental results obtained with different standard examples using combination of crossover and mutation operators in relation with path representation.