Module: NEAT::BasicNeuronTypes
- Included in:
- DSL
- Defined in:
- lib/rubyneat/neuron.rb
Overview
Basic Neuron Types
Basically, the neurons (nodes) will have an instantiation to represent their places in the neural net, and way to spin up the phenotypic representation.
The basic types to RubyNEAT are represented here.
Defined Under Namespace
Classes: BiasNeuron, CosineNeuron, InputNeuron, SigmoidNeuron, SineNeuron, TanhNeuron