Dear all
I am writing this to say I am grateful to DEAP because I have used the package to solve problem at work. DEAP has been easy to learn and reliable. I just want to re-pay to community of DEAP in return.
I have implemented Uniform Order Based Crossover in Python, it has solved my problem better than any other crossovers when compared at work. As a result, I would like to share the code and posted on Github: https://github.com/kreecha/medium/blob/master/ga/uox.py
If you want to know I briefly explain it here: https://puphaiboon-kreecha.medium.com/uniform-order-based-crossover-uox-186e137cd9bd
I hope you will find it useful and once again I am grateful to DEAP indeed.
Regards,
Kreecha