lutzzdias / travelling-salesman-problem

0 stars 1 forks source link

Reimplement super simple lower bound #43

Open lutzzdias opened 9 months ago

lutzzdias commented 9 months ago

The idea is to have both lower bounds available for testing and comparing.

lutzzdias commented 9 months ago

@AlexandreAndrade00 How would we modularize the lower bound initialization, currently in the traveling_salesman.py within the Problem class?

This is needed since in the simple lower bound the initial value is 0.