GA with python

Genetic algorithm is sometime used for designing diversity compounds library set or optimising hyper parameter about QSAR etc…. I knew only one library about genetic algorithm in python ‘pyevolve’. Some days ago, I found another library deap. Development is active. I wrote sample to solve knapsack problem. Deap is installed by using pip or easy_install.Continue reading “GA with python”