Giter Site home page Giter Site logo

simple-genetic-algorithm's Introduction

Simple Genetic Algorithm

This repository contains code of my very frist genetic algorithm. In it, I am optimized a simple sine function contained within the code. The algorithm provides an interesting solution, because it always converges to two serparate numbers that are somewhat close to each other but not exactly close to the correct result. It is about 0.4 off. For the selection process I implemented a roulette selection wheel that randomly chose a number within it's range. The scores were accumulated on a basis analogous to their positions in the population. There are about 10 generations and I do believe the purely stochastic nature of the search renders it very difficult and unassuming in finding an appropriate solution.

Full disclosure--My RWS is wrong here I believe. This is a result of my infancy in developing these algorithms. I've worked on more problems and I'm 60% sure I'm not completely right about the RWS on this problem. For a better RWS, check out Chapter 3. Thank you

Credit-- Xinjue Yu, Mitsuo Gen. <chapter 2.> Introduction to Evolutionary Algorithms

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.