֍ - Sharing about Genetic Algorithms- ֍ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

֍ - Sharing about Genetic Algorithms- ֍

I am learning genetic algorithms those days, started to build some G.A. with Python. If some of you have commented codes to share, libraries, ressources, any kind of information on this topic, please post it here : )

4th Mar 2018, 1:33 AM
CĂ©pagrave
CĂ©pagrave - avatar
3 Answers
+ 2
My first two codes here if you're interested : Funny simple 'Hello World' one : https://code.sololearn.com/c1588kW12miz/#py My latest : function approximation with polynomials G.A. https://code.sololearn.com/cXUsWUsBEFur/#py Don't hesitate to comment !
4th Mar 2018, 1:35 AM
CĂ©pagrave
CĂ©pagrave - avatar
+ 1
Tutorialspoint made some very useful pages on the topic : https://www.tutorialspoint.com/genetic_algorithms/index.htm
4th Mar 2018, 2:37 AM
CĂ©pagrave
CĂ©pagrave - avatar
+ 1
Wow, I just found there's a python library specially dedicated to G.A. It's called DEAP, it's compatible with python 2 and 3 ! https://deap.readthedocs.io/en/master/ I'm going to deep dive into deap : )
4th Mar 2018, 4:26 PM
CĂ©pagrave
CĂ©pagrave - avatar