AlessiaLeclercq / ComputationalIntelligence_S291871

Computational Intelligence 2022/2023 Politecnico di Torino.
1 stars 1 forks source link

Review of lab1 #4

Open sergiuabed opened 1 year ago

sergiuabed commented 1 year ago

Review by Sergiu Abed:

There is nothing to complain about in this project. The program is well written, organized in a clean way and the comments on each function and class definition made it easy to understand what everything is doing.

In terms of performance, all the approaches seem to find a solution in a relatively (i.e. compared to other solutions I've seen) low number of visited nodes. The heuristic function added to the Dijkstra approach (here named Breadth First) to form the A* strategy does a good job in both finding the optimal solution and reducing the number of visited nodes.

AlessiaLeclercq commented 1 year ago

Thank you very much for your review :)