PHP framework for Genetic Algorithms.
Just plug-in your domain-specific logic and let this do the heavy lifting for you!!!
You can either clone the repository in your project, or include it via composer:
"require": {
...,
"composer require sergiocarlosmorales/chill-genetic-algorithm": "1.0"
}
Check the included example in the 'examples' folder.