RubyNEAT
  • RubyNEAT
  • Table of Contents
  • 1 ZuseNEAT – Rust 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
Powered by GitBook
On this page

Was this helpful?

Table of Contents

  • 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.3.1. Controller

      • 1.3.2. Evolver

      • 1.3.3. Expressor

      • 1.3.4. Evaluator

      • 1.3.5. Population

      • 1.3.6. Critter

    • 1.4. Installation

      • 1.4.1. Requirements

    • 1.5. Examples

      • 1.5.1. Note Well

    • 1.6. RubyNEAT DSL

      • 1.6.1. The XOR Neater Example

      • 1.6.2. Releases

— layout: default title: RubyNEAT —

PreviousRubyNEATNext1 ZuseNEAT – Rust implementation of Neural Evolution of Augmenting Topologies (NEAT)

Last updated 5 years ago

Was this helpful?