guilhermefgs / SwarmPickupDeliveryProblem

0 stars 0 forks source link

Implement MTSP #13

Closed guilhermefgs closed 1 year ago

guilhermefgs commented 1 year ago
guilhermefgs commented 1 year ago

I will go for the two-chromosome representation because will not affect any operators

guilhermefgs commented 1 year ago

Need to rewrite all the functions basically to operate the two chromosomes, or a matrix in the way I'm thinking:

Break operators into modules (Crossover, Selection and Mutation) to make it easier to read