Skip to content

rolodato/genetics

Repository files navigation

genetics Build Status

Implement genetic algorithms in Scala. This is only a learning project, not guaranteed to be correct, efficient or fast.

Currently only supports integer chromosome strings.

The following operators are implemented:

Usage

CoNaIISI 2015

Genetics was used for a university project named "Optimización de frecuencias de colectivos con algoritmos genéticos" (Optimization of Bus Frequencies with Genetic Algorithms), published at CoNaIISI 2015. You can read the full paper and poster here: https://github.com/rolodato/genetics/releases/tag/CoNaIISI-2015