Pages tagged genetic_algorithms:

Welcome to Pyevolve documentation ! — Pyevolve v0.5 documentation
http://pyevolve.sourceforge.net/index.html

Pyevolve was developed to be a complete genetic algorithm framework written in pure python.
NP Contemplation: Clojure: Genetic Mona Lisa problem in 250 beautiful lines
http://npcontemplation.blogspot.com/2009/01/clojure-genetic-mona-lisa-problem-in.html
Clojure is surrounded by hype these days. The word on the streets is that Clojure is the Next Big Thing. It has access to the largest library of code and it proposes a nice solution the to the concurrency problem. Lots more has been said... But I haven't seen a lot of code. So I set out to make a small but meaningful program in Clojure to get a sense of it's potential. I give Clojure two thumbs up, and I think you'll do too. The Mona Lisa Problem The program I present tries to paint Mona Lisa with a small number of semi-transparent colored polygons. It does so by using Darwin's theory of evolution to evolve programs that draw Mona Lisa.
The (clojure) program I present tries to paint Mona Lisa with a small number of semi-transparent colored polygons. It does so by using Darwin's theory of evolution to evolve programs that draw Mona Lisa.
A Coder's Musings: Curve fitting with Pyevolve
http://acodersmusings.blogspot.com/2009/07/curve-fitting-with-pyevolve.html
Genetic algorithms with Python
genetic algorithm lib use