Close

Simplified simulation system

A project log for Evol'artist

Evolv'artist is an open source computer game project on evolution.

emma-barmeEmma Barme 06/15/2018 at 15:230 Comments

The five-steps simulation turned out to be faaaar to computationally heavy.

We decided to replace it with a fitness based simulation:

 - the string genome is cut into genes

 - each gene is associated with a function of environment descriptors giving its fitness

 - survival and reproduction is decided by fitness

 - at each step creatures are reproduce, die and new creatures are born into neighbouring spots.

Discussions