sergiocarlosmorales / chill-genetic-algorithm
PHP framework for genetic algorithms. Plug-in your domain-specific logic and forget about the rest!.
Installs: 129
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 2
Open Issues: 0
pkg:composer/sergiocarlosmorales/chill-genetic-algorithm
Requires
- php: >=5.5.0
Requires (Dev)
- phpunit/phpunit: 4.0.*
This package is auto-updated.
Last update: 2025-10-05 06:17:18 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.