topic: evo
20 modules sharing the evo name family (derived from the tree's prefix discipline).
The 'evo' topic family in the Nishi sovereign ecosystem focuses on evolutionary synthesis and discovery within the NishiLang framework, enabling the generation of functional modules through structure search and genetic algorithms. Modules like _evo_enc_champ and _evo_enc_r_champ exemplify evolved encoders for RV64 instructions, while evo_disc0 demonstrates function discovery from data. These modules interconnect through processes like crossover and breeding, as seen in nx_evo_cross and nx_evo_breed, supporting autonomous generation of complex, functional code chains.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| _evo_enc_champ.nx | DISCOVERED BY nx_evo_enc (evolved RV64 U-type encoder from I/O examples; structure search-derived). license_tier: ORIGINAL | 4 | 1 |
| _evo_enc_r_champ.nx | DISCOVERED BY nx_evo_enc_r (evolved RV64 R-type encoder; structure search-derived). license_tier: ORIGINAL | 4 | 1 |
| _evo_gcd_champ.nx | a real while loop, at a HELD-OUT (a,b). license_tier: ORIGINAL | 29 | 1 |
| evo_disc0.nx | f(x) FOUND from (x,y) data, evaluated at a HELD-OUT x. license_tier: ORIGINAL | 21 | 1 |
| evo_disc2.nx | f(x) FOUND from (x,y) data, evaluated at a HELD-OUT x. license_tier: ORIGINAL | 21 | 1 |
| nx_evo_breed.nx | BREEDER: one autonomous run derives a CHAIN of generations, each built | 170 | 16 |
| nx_evo_cf.nx | EVOLUTIONARY SYNTHESIS rung: CONTROL-FLOW GENOMES under example | 209 | 16 |
| nx_evo_cross.nx | EVOLUTIONARY SYNTHESIS roadmap RUNG 1: CROSSOVER (X-AUT-006M). | 191 | 10 |
| nx_evo_enc.nx | EVOLUTIONARY SYNTHESIS of a COMPILER-INTERNAL bit-packing encoder | 202 | 20 |
| nx_evo_enc_r.nx | EVOLUTIONARY SYNTHESIS of the RV64 R-type encoder (eve "inside", | 203 | 18 |
| nx_evo_gcd.nx | EVOLUTIONARY SYNTHESIS rung: 2-REGISTER CONDITIONAL-WHILE GENOMES | 194 | 16 |
| nx_evo_isa.nx | DEEPEST / hardware rung up: autonomous compose+derive grounded in the | 178 | 17 |
| nx_evo_isa_sov.nx | THE FULL LOOP, LIVE end-to-end. DERIVE a real RV64 program by live | 172 | 22 |
| nx_evo_law_discover_gate.nx | 100 | 12 | |
| nx_evo_lcm.nx | COMPOUNDING derivation toward self-sufficiency ("adam+eve making kids, | 158 | 14 |
| nx_evo_loop.nx | EVOLUTIONARY SYNTHESIS rung: LOOP GENOMES from examples | 194 | 16 |
| nx_evo_pbe.nx | EVOLUTIONARY SYNTHESIS roadmap RUNG 3 (THE HEADLINE): | 210 | 14 |
| nx_evo_synth.nx | EVOLUTIONARY PROGRAM SYNTHESIS (X-AUT-006L): SELF-BUILDING CODE. | 197 | 10 |
| nx_evo_synth_gate.nx | the operator's question: "cant it just use a search engine for enrichment in a loop | 141 | 6 |
| nx_evo_synth_register.nx | SUBMITS the evolutionary-self-building-code capability | 76 | 3 |