Giter Club home page Giter Club logo

evosim-engine's Introduction

# EvoSim Engine A general purpose evolution engine for evolving algorithms. ##Basic Overview The EvoSim Engine is a C++ console application designed to simulate evolution by taking inspiration from processes in biology and genetics with the goal being to train "virtual creatures" referred to as "agents". A population of agents can be evolved to solve a specific task by using a fitness function which measures how well each agent is performing. Agents with the highest fitness function will live longer and have more offspring as a result. Each agent has a collection of arrays such as an input and output array, and also a collection of "modules". The modules perform operations on the arrays based on what "nodes" the module contains. The behavior of a module will depend on the nodes it contains and the overall behavior of an agent will depend on the modules it contains. Nodes come in many different types and allow agents to evolve very complex algorithms. Many important principles behind evolution, natural selection, survival of the fittest, are modeled by the EvoSim Engine. Some of these principles include gene dominance, speciation and the ability for a species or entire genus to go extinct, modularity and procedural generation, communication between members of a species using a "community array" shared by agents, having two copies of each chromosome to allow creation of "gametes" and "zygotes", etc. While the EvoSim Engine is fairly advanced compared to many evolutionary algorithms, the goal isn't to be as realistic as possible. The goal is to apply principles which produce the fastest possible rate of evolution by understanding the underlying core concepts and approximating them in an algorithmic fashion. For a more in depth explanation on how the engine works and the reasoning behind it please see the paper linked below: http://j-d-b.net/files/Evolving_Algorithms-EvoSim_Engine.pdf

evosim-engine's People

Contributors

jacobbruce avatar

Watchers

 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.