/ChillGeneticAlgorithm

PHP Genetic Algorithm

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

ChillGeneticAlgorithm Build Status

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.