class YAGA::Bot(T, V)
- YAGA::Bot(T, V)
- Reference
- Object
Defined in:
yaga/bot.crConstructors
Instance Method Summary
- #==(other : Bot(T, V)) : Bool
- #activate(*args, **options)
- #activate(*args, **options, &)
- #brain_size : UInt64
- #crossover(other : Bot(T, V)) : Void
- #fitness
- #fitness=(fitness : V)
- #generation
- #generation=(generation : UInt64)
- #genome
- #mutate(*args, **options)
- #mutate(*args, **options, &)
- #replace(other : Bot(T, V)) : Void
- #same?(other : Bot(T, V)) : Bool
- #to_json(*args, **options)
- #to_json(*args, **options, &)
- #update_random(*args, **options)
- #update_random(*args, **options, &)