nidepapa / AI271

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About


Languages

Language:Python 100.0%