GabriG23 / computational-intelligence-laboratories

Computational Intelligence repository with all the semester's laboratories for the academic year 2022/2023.
0 stars 0 forks source link

Lab1 - Peer review #3

Open davideaiello opened 1 year ago

davideaiello commented 1 year ago

The algorithm is a good trade-off between time and value of w allowing to reach a solution even for large values of N. Furthermore, the heuristic function choosen is a good way to represent the distance from the goal. Including also the basic greedy version of the algorithm allows to understand what is the improvement you deployed and what is also the scale of enhancements in terms of w, visited node and bloat.

Major

Minor