Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 340 Bytes

File metadata and controls

19 lines (11 loc) · 340 Bytes

TSP Optimization Task

Traveling Salesman Problem optimization task for evo-anything testing.

Task

Optimize the solve_tsp_brute_force function in tsp.py to run faster while maintaining correct results.

Benchmark

python benchmark.py

Lower time (ms) is better.

Current Baseline

~180ms (brute force approach)