RubyNEAT
Search...
Ctrl
K
Table of Contents
Previous
RubyNEAT
Next
1 ZuseNEAT – Rust implementation of Neural Evolution of Augmenting Topologies (NEAT)
Last updated
5 years ago
Was this helpful?
— layout: default title: RubyNEAT —
1. RubyNEAT – Ruby implementation of Neural Evolution of Augmenting Topologies (NEAT)
1.1. What is NEAT?
1.2. What is RubyNEAT?
1.3. Architecture
1.4. Installation
1.5. Examples
1.6. RubyNEAT DSL
1.3.1. Controller
1.3.2. Evolver
1.3.3. Expressor
1.3.4. Evaluator
1.3.5. Population
1.3.6. Critter
1.5.1. Note Well
1.4.1. Requirements
1.6.1. The XOR Neater Example
1.6.2. Releases