sergiocarlosmorales / chill-genetic-algorithm
PHP framework for genetic algorithms. Plug-in your domain-specific logic and forget about the rest!.
1.0
2015-06-28 22:08 UTC
Requires
- php: >=5.5.0
Requires (Dev)
- phpunit/phpunit: 4.0.*
This package is auto-updated.
Last update: 2025-01-05 04:41:29 UTC
README
PHP framework for Genetic Algorithms.
Just plug-in your domain-specific logic and let this do the heavy lifting for you!!!
INSTALLATION
You can either clone the repository in your project, or include it via composer:
"require": {
...,
"composer require sergiocarlosmorales/chill-genetic-algorithm": "1.0"
}
EXAMPLE
Check the included example in the 'examples' folder.