PHPackages                             gheb/neat-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. gheb/neat-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

gheb/neat-bundle
================

This Bundle can put in application a neuro evolution by augmenting topologies (NEAT)

2471[1 issues](https://github.com/GregoireHebert/neat-bundle/issues)1PHP

Since Apr 23Pushed 3y agoCompare

[ Source](https://github.com/GregoireHebert/neat-bundle)[ Packagist](https://packagist.org/packages/gheb/neat-bundle)[ RSS](/packages/gheb-neat-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (1)

NeatBundle
==========

[](#neatbundle)

[![Version](https://camo.githubusercontent.com/bd68bde43d7efa18a472126a80d93fb5beef90f5419e9856207a1220384d10b9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e302d626c75652e737667)](https://img.shields.io/badge/version-1.0-blue.svg) [![Minimum PHP Version](https://camo.githubusercontent.com/ce89cf9e98dc92900b37535b423ce5c64ae4cd413504d39583a53ce1226ffaaa/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253230352e362d6c69676874677265792e737667)](https://php.net/)

The NeatBundle is an implementation of an genetic algorithm, based on the neuro evolution by augmenting topologies.

learn more about [Evolving Neural Networks through Augmenting Topologies](http://nn.cs.utexas.edu/downloads/papers/stanley.ec02.pdf)

Installation
------------

[](#installation)

```
$ composer install gheb/neat-bundle
```

Inputs &amp; Outputs
--------------------

[](#inputs--outputs)

In such a system, values of inputs are computed to tend toward one or more outputs. To do so, and keep it isolated, `gheb/neat-bundle` comes with `gheb/io-bundle`.

First define your inputs:

```
