/AI271

Primary LanguagePython

AI271

BnB

run the file BnB_test and the main function will run both testcases and give the result

SlS

Run the stochastic local search, in specific Simulated Annealing for the Travelling Salesman Problem as follows:

python sls.py > test_case_file_name

This can also be run on terminal, importing sls and running SlsSolver(world).solve()