Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.