feurode46 / computational-intelligence-2022

All about the Computational Intelligence course - Master's Degree in Computer Engineering @ PoliTo
0 stars 0 forks source link

peer review of lab2 #4

Open RaminHedayatmehr opened 1 year ago

RaminHedayatmehr commented 1 year ago

Hi There! First of all, great idea with the cross-over strategy. It is completely new to me and I'm planning to use it in my code to see if there is any improvement. Maybe the list populating process is a bit slow which can be improved just by reducing it at the beginning. Also maybe trying to omit the duplicates would make a difference in case of performance. This was my take from your code, considering my minor experience to python, feel free to correct me if I'm wrong.

feurode46 commented 1 year ago

Thank you for your review! It's a good idea to rework the populating process, and I will definitely do it. Thanks for the feedback :)