KonradLinkowski / GeneticDrawer

image evolution algorithm
https://konradlinkowski.github.io/GeneticDrawer/
10 stars 10 forks source link

Use real genetic algorithm #3

Open KonradLinkowski opened 3 years ago

KonradLinkowski commented 3 years ago

Now what the app do is:

What does it differ from the real genetic algorithm is crossovers and mutations.

pupupulp commented 3 years ago

Hi @KonradLinkowski ,

I've implemented a different approach for the genetic algorithm and also made a pull request for it #16.

Hope this helps :D :D :D