Solving TSP using A star, RBFS, and Hill-climbing algorithms

Solving Travelling Salesman Problem TSP using A* (star), Recursive Best First Search RBFS, and Hill-climbing Search algorithms
285 Downloads
Updated 15 Nov 2022
Design algorithms to solve the TSP problem based on the A*, Recursive Best First Search RBFS, and Hill-climbing search algorithms. The Pseudocode, performance analysis, and experiment results of these algorithms are included in a document.

Cite As

Hamdi Altaheri (2024). Solving TSP using A star, RBFS, and Hill-climbing algorithms (https://github.com/Altaheri/TSP-Travelling-Salesman-Problem/releases/tag/v1.0.2), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2018b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.2

See release notes for this release on GitHub: https://github.com/Altaheri/TSP-Travelling-Salesman-Problem/releases/tag/v1.0.2

1.0.1

Update Website and GitHub links

1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.