Combinatorial Optimizations Dissertation

Combinatorial Optimizations Dissertation

Rating
0
Reviews
0
Home
Randomized problem set
Optimized route using a greedy heuristic
Screen shot - Greedy algorithm optimization with route tracing enabled

App details

Release date

2020-05-26

Last update

2020-09-17

Product ID

9PB43HKCN3D8

Categories

Education

About Combinatorial Optimizations Dissertation

The Traveling Salesman Problem (TSP) is well documented as being a hard problem to solve, precisely the optimization form (TSP_OPT versus TSP_DECIDE). Chronicling the thesis development steps of the doctoral dissertation to investigate performance enhancements using divide and conquer approaches and parallel computing approaches, this application provides performance (time and quality of route) analysis of seminal work as well original work developed as part of the dissertation. The exhaustive search is the best-known approach in terms of quality of the results, but runtimes become prohibitive for all but the most trivial instances. The Greedy algorithm is the fastest, simplest, and poorest performing in terms of the quality of the solution. This app demonstrates the time and quality of the greedy heuristic algorithm on a variety of problems (trivial, large realistic, and a couple of pathological sample problems).

Key features

  • Time and quality demonstrations of TSP solver algorithms