PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of ryan silalahi   Simple Genetic Algorithm   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple Genetic Algorithm
Implement genetic algorithm to optimize population
Author: By
Last change:
Date: 9 years ago
Size: 444 bytes
 

Contents

Class file image Download
{ "name": "ryanhs/simple-genetic-algorithm", "description": "simple genetic algorithm in PHP", "license": "MIT License", "authors": [ { "name": "ryan hs", "email": "mr.ryansilalahi@gmail.com" } ], "minimum-stability": "RC", "require": {}, "require-dev": { "phpunit/phpunit": "4.4.*" }, "autoload": { "psr-4": { "SimpleGeneticAlgorithm\\": "" } } }