giogenna16 / ComputationalIntelligence_2022_2023_s304684

0 stars 0 forks source link

Review of lab1 by Flavio Patti #2

Open FlavioPatti opened 1 year ago

FlavioPatti commented 1 year ago

Hi :sunglasses:

The first thing that I feel I can say is that in my opinion try various algorithms to test the best one is a good practice in general but for this type of problem is not necessary because certainly a greedy approach does not lead to an optimal solution so I would have focused more on develop one solid algorithm that try to optimize the total numbers of elements Ls which is what the lab1 requires and reporting on the repo only the latter rather than all the others. According to what I said before I try to give you some feedback on the third of them, the A* algotithm, which is the one that seems to perform better.

giogenna16 commented 1 year ago

Thank you very much for the review!