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

Lab2 peer review #4

Open Xiusss opened 1 year ago

Xiusss commented 1 year ago

Great job! Code is really well commented. The README file is detailed.

NUM_GENERATIONS scaling with N is an interesting choice. I am not sure it could fit well with higher N.

Did you try having other offspring sizes? We tried several combinations and the one having half of the population as offspring didn't seem to work so well. In any case, your results are promising. Good job!