class Crystlush::Generator
- Crystlush::Generator
- Reference
- Object
Overview
Generates new crystlush genomes.
Defined in:
crystlush/generator.crInstance Method Summary
- #configuration : Configuration
- #configuration=(configuration : Configuration)
- #generate : Array(Gene)
- #pick_gene(rng : Random) : Gene
- #pick_literal(rng : Random) : String
- #pick_operation(rng : Random) : String
- #random_element(array : Array, rng : Random)