Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dansnow/onemax
one max problem implement with genetic algorithm
https://github.com/dansnow/onemax
Last synced: 11 days 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 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T07:41:21.000Z (over 9 years ago)
- Last Synced: 2024-12-18T08:25:01.004Z (2 months 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.