Skip to content

sergiocarlosmorales/ChillGeneticAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.