question

Annapareddy Sr avatar image
0 Likes"
Annapareddy Sr asked Ryan Clark commented

Combination of genetic algorithm with dynamic programming fr solving TSP.?

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.

FlexSim 21.2.3
genetic algorithmtravelling salesman problemdynamic programming
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Ralf Gruber avatar image
0 Likes"
Ralf Gruber answered Ryan Clark commented

Annapareddy,

I know of an implementation to solve the traveling-sales-man problem using OptQuest´s optimization engine. Maybe @Allister Wilson wants to chime in here. If you want the optimization logic in your own hand, you will have to create either a module or a dll with your logic to find a path in a given environment of destinations to travel to. Search for DLL Maker or Module SDK in the forum and the help to find information about how to expand FlexSim´s functionality.

Good luck

· 5
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.