class YAGA::Chromosomes::BinaryNeuron

Included Modules

Defined in:

yaga/chromosomes/binary_neuron.cr

Constructors

Instance Method Summary

Instance methods inherited from module YAGA::Chromosome(BitArray, BitArray, Bool)

activate(inputs : U) : V activate, chromosome_index chromosome_index, crossover(other : Chromosome(T, U, V)) : Void crossover, genes genes, layer_index layer_index, mutate : Void mutate, num_inputs num_inputs, randomize : Void randomize, replace(other : Chromosome(T, U, V)) : Void replace, same?(other : Chromosome) : Bool same?, size : UInt64 size, to_json(json : JSON::Builder) : Void to_json, update_random(random) : Void update_random

Constructor methods inherited from module YAGA::Chromosome(BitArray, BitArray, Bool)

new(num_inputs, layer_index, chromosome_index)
new(pull : JSON::PullParser)
new

Constructor Detail

def self.new(num_inputs : UInt32, layer_index : UInt32, chromosome_index : UInt32) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def activate(inputs : BitArray) : Bool #

[View source]
def crossover(other : Chromosome) : Void #

[View source]
def mutate : Void #

[View source]

[View source]
def operation=(operation : YAGA::Chromosomes::BinaryNeuron::Operation) #

[View source]
def randomize : Void #

[View source]
def replace(other : Chromosome) : Void #

[View source]
def same?(other : Chromosome) : Bool #

[View source]
def size : UInt64 #

[View source]
def to_json(json : JSON::Builder) : Void #

[View source]