An open API service indexing awesome lists of open source software.

https://github.com/netcode/genetic-algorithm-example

Example Implementation For Genetic Algorithm
https://github.com/netcode/genetic-algorithm-example

Last synced: 10 months ago
JSON representation

Example Implementation For Genetic Algorithm

Awesome Lists containing this project

README

          

Description
==============
This is simple implementation for genetic algorithm to find the value of 3 integers which its total equal givin value
and i added some coniditions that (y / 4) <= x <= (y/3) [x = guessed number , y = total]

the code based on simple code https://github.com/christophervalles/Basic-Genetic-Algorithm

Usage
=======

Edit the total value in index.php and simply run it