Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 656 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 656 Bytes

Algoritmo-Genetico

A project for learning and practicing the concept of genetic algorithms in problem solving, by designing a code that can simulate evolution to find solutions to real problems. In this code, you might find concepts of biology merged into computational procedures, like genetic crossover, mutation, natural selection, chromossomes, genes, populations et cetera. This piece of code is entirely based in and inspired by the code provided in ai-junkie website Genetic Algorithm session.

How to run

You will need:

  • g++ compiler (I recommend 4.8.4 or a newer version)

Simply make:

~$ make

Now run the executable.

~$ ./darwin