Shortest Overall Distance
Distinguish between brute force and genetic approach to solve TSP.
We'll cover the following
We’ve been working toward the solution to TSP by completing all the preparations and can finally come to our traveling salesperson’s rescue.
TSP is about reducing the cost function as much as possible. Simply put, it’s about keeping the total distance traveled on the closed route as small as possible. It’s what is called a combinatorial optimization problem. It’s NP-hard, meaning that finding an optimal solution for large problem instances is computationally challenging. Consequently, many
Solving TSP
For a brief recap, view the
Get hands-on with 1400+ tech skills courses.