Evolving Objects (EO): Evolutionary Computation Framework
EO is a template-based, ANSI-C++ evolutionary computation library which helps you to write your own stochastic optimization algorithms insanely fast.
http://eodev.sourceforge.net/
tags: ga
Open BEAGLE is a C++ Evolutionary Computation (EC) framework...
http://beagle.gel.ulaval.ca/
tags: ga
ECJ: A Java-based Evolutionary Computation Research System
http://www.cs.gmu.edu/~eclab/projects/ecj/
tags: ga
http://www-ist.massey.ac.nz/smarsland/Code/12/ga.py
http://www-ist.massey.ac.nz/smarsland/Code/12/ga.py
tags: python ga
PROJECT: Smart Rockets | blprnt.blg
This project is a fun little demonstration of genetic algorithms. A population of rocketships attempt to find their way to a a target, avoiding the white barriers and using as little fuel as possible. The best performers from each generation are (usually) selected as parents for the next batch of rockets. Each rocket has a set of jet engines (the default is 8), arranged at different angles around the ship. Each engine has a binary firing pattern, which is initially random.
http://blog.blprnt.com/blog/blprnt/project-smart-rockets
tags: ga
|