I'm developing a genetic algorithm for the traveling salesman problem in large-scale graphs, and I'm applying the nearest neighbor algorithm to infect my population with locus arising from this technique. However, the execution time have been too high. Therefore, I would like to know if there is any alternative model of the nearest neighbor algorithm, which is faster than the simple method?