https://github.com/dansnow/onemax
one max problem implement with genetic algorithm
https://github.com/dansnow/onemax
Last synced: about 1 year ago
JSON representation
one max problem implement with genetic algorithm
- Host: GitHub
- URL: https://github.com/dansnow/onemax
- Owner: DanSnow
- Created: 2015-10-07T07:32:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T07:41:21.000Z (over 10 years ago)
- Last Synced: 2025-02-10T11:33:24.008Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
OneMax
======
## Description ##
This is a project implement genetic algorithm to solve one max problem.
I write it just for fun and I only learn a little about this problem on class.
So I'm not sure if my algorithm is implement rightly.
There are implement in two language, ruby and go.
In ruby version. It just implement once time gene cross.