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
- Host: GitHub
- URL: https://github.com/netcode/genetic-algorithm-example
- Owner: netcode
- Created: 2012-06-04T12:57:53.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-04T13:19:24.000Z (about 14 years ago)
- Last Synced: 2025-01-02T13:15:52.988Z (over 1 year ago)
- Language: PHP
- Homepage: http://netcode.me
- Size: 93.8 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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