code wiki / _hdl_build / nx_autonomy_selfgrow.nx
nx_autonomy_selfgrow.nx
buildroot/runtime/_hdl_build/nx_autonomy_selfgrow.nx
about
nx_autonomy_selfgrow.nx -- Automatically detects and registers new grammatical primitives from data without a fixed tutor pool.
dependencies 6 imports · 0 importers
imports: nx_gate_gn.nxnx_gate_base.nxnx_synth_fit.nxnx_cap_register.nxnx_capreg_librarian.nxnx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 23 | const SG_KMAX: i64 = 24 // the OPEN-ENDED search bound (in practice degree-detected from data; finite for the gate). NOT a fixed pool of shapes. |
functions
| 27 | func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw(" calls 1: gw |
| 29 | func sg_lib_solves(known: *i64, kn: i64, xs: *i64, ys: *i64, n: i64, hy0: i64, hy1: i64) -> i64 |
| 35 | func sg_reg_emitter(desc: *u8) -> i64 |
| 50 | func selfgrow_data(xs: *i64, ys: *i64, n: i64, hy0: i64, hy1: i64, known: *i64, knb: *i64, kmax: i64, desc: *u8) -> i64 |
| 65 | func selfgrow_powsum(k_true: i64, known: *i64, knb: *i64, kmax: i64, desc: *u8) -> i64 |
| 71 | func main() -> i64 |