Suggested GA operators for a TSP problem?
Posted
by Mark
on Stack Overflow
See other posts from Stack Overflow
or by Mark
Published on 2010-02-02T15:27:48Z
Indexed on
2010/05/17
3:30 UTC
Read the original article
Hit count: 904
genetic-algorithm
|python
|evolutionary-algorithm
|traveling-salesman
|algorithm-design
I'm building a genetic algorithm to tackle the traveling salesman problem. Unfortunately, I hit peaks that can sustain for over a thousand generations before mutating out of them and getting better results. What crossover and mutation operators generally do well in this case?
© Stack Overflow or respective owner