I'm ding research on combination of Genetic algorithm with dynamic programming for solving TSP.
generaly in genetic algorithm we use mainly crossover, mutation, like that I have to use dynamic programming is one of the genetic algorithm.
could anyone help me regrading the implementation part.