Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 599 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 599 Bytes

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.