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

This package is auto-updated.

Last update: 2024-05-05 03:18:59 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.