Ant Colony Optimization...Genetic Programming & Pygame Using DEAP module to learn effective behavioral function for ants with food in the vicinity. The visual representation is generated using PyGame game engine.
Symbolic regression using Genetic Programming...in python... Performing Expression hunting using symbolic regression in python using DEAP package for evolutionary algorithms!
Solving non-linear equations using Genetic Algorithms from scratch...in python Genetic algorithm approach to solving non linear equations is a beginner introduction to this subtopic of Artificial Intelligence