sergiuabed/computational-intelligence-22

Review of lab1 by Ricardo Nicida Kazama

Opened this issue · 0 comments

Review by Ricardo Nicida Kazama

Questions/issues:

  • Have you considered using the new elements introduced by a node for the second term of the cost, instead of the measure of simplicity? In this, way you might also reach the goal state faster because you will maximize the number of new elements.
  • Also for the measure of simplicity, for bigger values of N, doesn't the significance of this cost become irrelevant? (e.g. N = 100, given node x that has 10 repeated numbers and a total length of 50 will have the respective costs of 10 and 0.5, total cost = 9.5, which in my view could be an excellent candidate node and should have a lower cost)

Overall:

  • Clean and organized code
  • Concise explanation of the problem and solution
  • Simple and effective approach to the problem