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.
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.