Skip to content

diegoMontesinos/galapagosP5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

GalapagosP5

GalapagosP5 is a library of Evolutionary Algorithms for Processing.

WARNING: THIS IS A DEVELOPING LIBRARY!

Release date: 10 August 2015

Evolutionary Algorithms

Evolutionary Algorithms form a subfield of Artificial Intelligence called Evolutionary Computing that is based on Charles Darwin theory of evolution by Natural Selection.

The idea of the Evolutionary Algorithms is improving a population of possible solutions for a given problem. Every possible solution (Sample) have characteristics that make it unique. Each step, all samples are evaluated and determined the level of fitness for solve the problem. The best-fitness samples are selected for generate the next population (offspring) who will inherit part of their characteristics.

Name

The name of the library is taken from the Ecuador's islands where Darwin studied the endemic species that led him to establish his theory.

This library, at the moment, covers only Genetic Algorithms.

Contribute

If you want to contribute with this library, please send me an email to [email protected] .

Author

Diego Montesinos, 2015.

http://github.com/diegoMontesinos

About

A library of Genetic Algorithms for Processing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published