code wiki / _hdl_build / nx_autonomy_grow_loop.nx

nx_autonomy_grow_loop.nx

buildroot/runtime/_hdl_build/nx_autonomy_grow_loop.nx

9424 B127 linesdepth 4pulls 11 transitivereach 0 importersview sourcekind tooltopic autonomy
docsdependenciesstructsconstsfunctions

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

nx_gate_gn.nx nx_gate_base.nx nx_ncf_synth.nx nx_synth_fit.nx nx_cap_register.nx nx_capreg_librarian.nx nx_syscalls.nx nx_autonomy_grow_loop.nx

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

main gw sys_write sys_mmap process_one seq_in_lib genuine_fit ncf_synth ncf_search_branch ncf_pred_eval ncf_op_eval ncf_search_loop ncf_loop_eval ncf_search_loop2 ncf_loop_eval2 ncf_search_loop3 ncf_loop_eval3 ncf_search_loop4 ncf_loop_eval4 ncf_search_recur ncf_pow3 ncf_recur_eval sys_mmap ↻ ncf_eval ncf_pred_eval ↻ ncf_op_eval ↻ ncf_loop_eval ↻ ncf_loop_eval2 ↻ ncf_loop_eval3 ↻ ncf_loop_eval4 ↻ ncf_recur_eval ↻ sg_reg_emitter ig_engineer ig_council ig_decision cr_can_register sml_check_cap sml_layer_valid sml_status_valid cl_next_idx

structs

none

consts

21const GL_MAGIC_1024: i64 = 1024
22const GL_MAGIC_40320: i64 = 40320
24const GL_MAXLIB: i64 = 16

functions

27func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw("
calls 1: gw
29func sg_reg_emitter(desc: *u8) -> i64
42func genuine_fit(xs: *i64, ys: *i64, n: i64, hx: i64, hy: i64, form_out: *i64) -> i64
49func seq_in_lib(ys: *i64, n: i64, lib: *i64, libn: i64) -> i64
55func process_one(xs: *i64, ys: *i64, n: i64, hx: i64, hy: i64, desc: *u8, lib: *i64, libnp: *i64, form: *i64) -> i64
65func main() -> i64