| Projects on Google Code | Results 1 - 10 of 115 |
Every programmer during his career thought about creation some kind of [http://en.wikipedia.org/wiki/Artificial_intelligence artificial intelligence (AI)]. Some people only dream about it, others read a lot. But nobody makes anything real and useful.
After all we decided not to model the human's ...
This project focuses on simulating small simple creatures that can interact with their environment. This is done by a 'program' they all carry, consisting of 'proteins' which act as recognition patterns for patterns in the environment, which they can manipulate or move. If the mass of a pattern in t...
A Genetic life simulator based on a random-number generator contained within arrays.
programed in the C language using PDCurses in Dev-C++, semi-compatible with NCurses under linux.
See more info at:
http://sites.google.com/site/arraylife/
evolution,
life,
arrays,
c,
dev-c,
pdcurses,
ncurses,
curses,
simulation,
grid,
cell,
cells,
bacteria,
dna,
random
As a second year project, we were told to create a evolution code to learn C++ programming good practices.
Simulating the evolution of outcrossing and inbreeding strategies in locust
Proyectos Administrativos sobre la Evolucion Humana
Private test bed for some research ideas
Simulating evolution of genetic systems
=Django Evolution=
When you run `./manage.py syncdb`, Django will look for any new models that
have been defined, and add a database table to represent those new models.
However, if you make a change to an existing model, `./manage.py syncdb` will
not make any changes to the database.
This...
ECsPy (pronounced "easy as pie") is a free, open source framework for creating evolutionary computations in Python. Additionally, ECsPy provides an easy-to-use canonical genetic algorithm (GA), evolution strategy (ES), estimation of distribution algorithm (EDA), differential evolution algorithm (DEA...