AgneseRe / CI2024_lab1

Computational Intelligence Course - Lab1
0 stars 0 forks source link

Lab01R #1

Open gghisolfo opened 2 weeks ago

gghisolfo commented 2 weeks ago

the code is easily interpretable, and the README helps by introducing the goal of the process.

your code provides a solid implementation of Tabu Search for the Set Cover problem, combining a greedy initialization, neighbor sampling, and a tabu list to escape local optima.

I think it is a good solution comparing the results obtained with those shared by others people. To reduce the execution time, ITERATION_NO_IMPROVEMENTS could certainly be limited, or adapted to the size of the problem

AgneseRe commented 1 week ago

Thank you very much Giorgia for your feedback, hoping I got your name right. I relied on our CryptPad sheet 👻. A happy Sunday to you!