Skip to content

Hunga1/SimpleAI-Traveling-Salesman-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

SimpleAI Traveling Salesman Problem Solution

By Aaron Hung

Purpose

This is a solution for the traveling salesman problem using the Python SimpleAI framework. This solution uses state space search with the local search hill climbing algorithm to find an optimal path given a set number of restarts.

About

State Space Search with Hill Climbing Algorithm solution for the Traveling Salesman Problem using Python and the SimpleAI framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages