Evolutionary Algorithms - BKJackson/BKJackson_Wiki GitHub Wiki
Example of using a genetic algorithm to forecast power to solar panels
DEAP: Distributed Evolutionary Algorithms in Python
DEAP - DEAP is a novel evolutionary computation framework for rapid prototyping and testing of ideas. It seeks to make algorithms explicit and data structures transparent. It works in perfect harmony with parallelisation mechanism such as multiprocessing and SCOOP.
DEAP Examples