sergiocarlosmorales/chill-genetic-algorithm

PHP framework for genetic algorithms. Plug-in your domain-specific logic and forget about the rest!.

Maintainers

Package info

github.com/sergiocarlosmorales/ChillGeneticAlgorithm

pkg:composer/sergiocarlosmorales/chill-genetic-algorithm

Statistics

Installs: 129

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

1.0 2015-06-28 22:08 UTC

This package is auto-updated.

Last update: 2026-03-05 07:07:05 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.