OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.55k stars 3.67k forks source link

Add code for genetic algorithm in any language #2108

Open AdiChat opened 6 years ago

AdiChat commented 6 years ago

Add the code for genetic algorithm in any language ( C, C++, JavaScript, Go, Python or any other)

The code should be placed at code/cellular_automaton/genetic_algorithm

Sample Java code: see

Note: multiple contributors can work on this issue as it has multiple parts (languages)

Your pull request will be reviewed by maintainers instantly.

For contribution guidelines, see this

If you need any help, let us know.

ishikasoni commented 6 years ago

I would like to take up this task and add a genetic algorithm in C++.

AdiChat commented 6 years ago

Sure @ishikasoni Go for it 👍

JMGama commented 6 years ago

I would like to take this task and upload an algorithm with Python It can be any type of genetic algorithm? doesn't matter what it does?

abhising10p14 commented 6 years ago

I would like to take this task with the genetic algorithm and a corresponding fitness function being implemented in python. It includes all the factors of GA i.e crossing and mutation and easily explained