Tagged Questions

0
votes
0answers
20 views

Breaking down genetic algorithm search into subproblems

I have lately been wondering about the pros and cons of breaking down a GA search into subproblems. Consider a superset of the travelling salesman problem, in which the salesman must first solve a ...