Skip to content

Code using concepts of Genetic Algorithms for problem solving

Notifications You must be signed in to change notification settings

lucbarr/Genetic-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Code using concepts of Genetic Algorithms for problem solving

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published