Please see
https://github.com/flajann2/rubyneat
For the actual engine, and:
for the latest docs.
Basic neural net test for functionality. This is the one exampled used in the documentation at: http://rubyneat.com/wiki/Documentation
This exercise (nearly) all of the CPPN neuron types.
This tests represents the XOR function as an analog function.
Solves the XOR problem using the Sine and Cosine Neurons. This converges very fast with normally no hidden layers.
Pole Balancing (ongoing, not ready yet)