GithubHelp home page GithubHelp logo

artificialevolutionofcreaturesfaces's Introduction

This is a small program that I made recently to illustrate the concept of artificial evolution. I used a genetic algorithm without a fitness function. Every creature gets an offspring so it wasn't needed.

Every individual in the simulation has its own genetic code. The code, i.e. a string, describes its appearance. All creatures start with the same genes. The population is divided into four groups. Creatures can only interbreed with beings within their own group. For each individual a random partner is selected. An arbitrary crossover point in the genetic string is chosen for both parents. Both strings are cut in two pieces at the crossover point. The one half is saved and the other is thrown away. The two strings, that were saved, are then connected and form together the genetic code of the offspring. After that mutation may occur on the genetic string.

Programmed in C++ with SDL and OpenGL.

Link to visualization: http://www.youtube.com/watch?v=x3oyqbNT1oY&feature=plcp

artificialevolutionofcreaturesfaces's People

Contributors

teaprog avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.