Code Monkey home page Code Monkey logo

navenprasad / ga_colville_func Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ykpoh/ga_colville_func

0.0 2.0 0.0 152 KB

This program utilizes Genetic Algorithm concept to solve the Colville mathematical equation, the whole project is based on the idea from Lee Jacobson's simple Genetic Algorithm example, please kindly visit his site for more explanation on Genetic Algorithm, link:http://www.theprojectspot.com/tutorial-post/creating-a-genetic-algorithm-for-beginners/3

HTML 0.91% Java 99.09%

ga_colville_func's Introduction

GA_Colville_Func

This program utilizes Genetic Algorithm concept to solve the Colville mathematical equation, the whole project is based on the idea from Lee Jacobson's simple Genetic Algorithm example, please kindly visit his site for more explanation on Genetic Algorithm, link:http://www.theprojectspot.com/tutorial-post/creating-a-genetic-algorithm-for-beginners/3

Hi, I am Yk, currently studying in Multimedia University, Malaysia for my Artificial Intelligence degree. My teammate, Wey Yeong and I build this Genetic Algorithm program for our assignment submission.

Feel free to utilize this code for both academic and commercial purpose if you find it useful.

Observation:

  1. Population size increases, the better the result is (both the result and the number of generations it needs to compute the best fitness value).
  2. The cycle of evolution that the population goes through increases, it often does not change the result much.
  3. Tournament size increases, the lesser the number of generation it needs to get the end result (whether it is the best fitness value or the value that it sticks to) but it either get the best result extremely fast or get stuck in the not so good value forever, ex: Best Fitness Value = 0 It either gets this value within 10 generations or it gets stuck in the cycle saying 33.99 is the best fitness value.
  4. Tournament size decreases, the larger the number of generations it needs to get its end result. ex: Best Fitness Value = 0 It might takes up to 90 generations to get this value 0. Even if it doesn't get 0, it will get value very close to 0, such as 1 and 4 unlike the previous setting.

ga_colville_func's People

Contributors

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