Kaustubh Patil

Results 6 comments of Kaustubh Patil

My guess is the difference is coming from `parent_selection_type="tournament_nsga2"` (the details and the figure above) versus `parent_selection_type="nsga2"` which seems to work as expected (see the figure below). ![image](https://github.com/ahmedfgad/GeneticAlgorithmPython/assets/10744124/329a67a4-d209-4677-9282-990a5f9f1717)

Makes sense. Can you please provide referene(s) for `tournament_nsga2` I have not come across it before. Thanks!

hi, thanks a lot for this excellent library :) I am wondering if this functionality is available or when will it become available in Python? Thanks!

This PR fixes is quite a reoccuring and annoying issue. Will be great if its merged. Thanks!

I am running into error for similar reason when trying to run the tutorial: `FileNotFoundError: [Errno 2] No such file or directory: '[PATH_TO]/envs/conn2res/lib/python3.8/site-packages/examples/data/human/connectivity.npy'` this originates at the following line: `conn...

Found the connectomes here: https://zenodo.org/records/10205004 This is linked in the tutorial.