MATLAB: Is there any functionality within MATLAB or the Toolboxes for optimizing the Traveling Salesman Problem (ordered sampling)

Global Optimization Toolboxorderedsalesmansamplingtravelling

I would like to know if there is any functionality within MATLAB or the Toolboxes for optimizing the Traveling Salesman Problem (ordered sampling).

Best Answer

The Genetic Algorithm and Direct Search Toolbox can perform this type of optimization. You can download the attached demo of this type of optimization for use with the Genetic Algorithm and Direct Search Toolbox 1.0 (R13SP1+).
All necessary functions for performing this optimization are contained within this single file.