code wiki / _hdl_build / nx_autonomy_grow_loop.nx
nx_autonomy_grow_loop.nx
buildroot/runtime/_hdl_build/nx_autonomy_grow_loop.nx
about
nx_autonomy_grow_loop.nx -- Implements a continuous authoring engine that synthesizes and registers novel, generalizing constructs from datasets.
dependencies 7 imports · 0 importers
imports: nx_gate_gn.nxnx_gate_base.nxnx_ncf_synth.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
| 21 | const GL_MAGIC_1024: i64 = 1024 |
| 22 | const GL_MAGIC_40320: i64 = 40320 |
| 24 | const GL_MAXLIB: i64 = 16 |
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_reg_emitter(desc: *u8) -> i64 |
| 42 | func genuine_fit(xs: *i64, ys: *i64, n: i64, hx: i64, hy: i64, form_out: *i64) -> i64 |
| 49 | func seq_in_lib(ys: *i64, n: i64, lib: *i64, libn: i64) -> i64 |
| 55 | func process_one(xs: *i64, ys: *i64, n: i64, hx: i64, hy: i64, desc: *u8, lib: *i64, libnp: *i64, form: *i64) -> i64 |
| 65 | func main() -> i64 |