Giter VIP home page Giter VIP logo

explore-genetic-algorithm's Introduction

http://nk1tz.com/explore-genetic-algorithm/

Genetic Algorithm Explorer

Explore an genetic algorithm (evolutionary search) by playing with the parameters during a solution landscape search.

How it works

Type your name (or anything) in the input box, and click 'Evolve Me'. Change parameters on the fly by hitting enter and observe the effects on the algorithm. The top 10 individuals of each generation are displayed along with their respective score (see fitness function).

Fitness function

The score of an individual is found by comparing char-by-char the ASCII code values of a string against the target string.

Mutation Rate

Chance of mutating any given char during mating.

Parents per Child

How many individuals' contribute part of their genome during a single mating event.

Population Size

How many individuals are generated at every generational event.

Selection Bias

How heavily weighted is the selection process towards the best individuals.

Elites

How many of the top individuals are cloned into the next generation.

explore-genetic-algorithm's People

Contributors

nk1tz 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.