module YAGA::Chromosome(T, U, V)
Direct including types
Defined in:
yaga/chromosome.crConstructors
Instance Method Summary
- #activate(inputs : U) : V
- #chromosome_index
- #crossover(other : Chromosome(T, U, V)) : Void
- #genes
- #layer_index
- #mutate : Void
- #num_inputs
- #randomize : Void
- #replace(other : Chromosome(T, U, V)) : Void
- #same?(other : Chromosome) : Bool
- #size : UInt64
- #to_json(json : JSON::Builder) : Void
- #update_random(random) : Void