Rename neural experiments to descriptive paths (drop N* codes)

configs/neural/{N0,N1,N2,N5}.yaml -> {bridge,collapse,grounding,architectures}.yaml,
results dirs likewise. Updated experiment/output.dir fields, comments/docstrings, and
docs; regenerated the four result manifests (now carrying the real git commit). No
functional path resolution referenced the codes (the Makefile globs configs/neural/*.yaml
and tests use inline configs), so nothing breaks. 92 tests green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Giorgio Gilestro 2026-07-04 21:21:56 +01:00
parent 840b6b00b3
commit aca7b394a3
21 changed files with 82 additions and 78 deletions

View file

@ -1,275 +0,0 @@
experiment: N5_architecture_generality
seed: 20260704
n_replicates: 5
source_config:
experiment: N5_architecture_generality
kind: gen_lineage
seed: 20260704
n_replicates: 5
generations: 22
synthetic:
K: 256
R: 1
tail: zipf
zipf_s: 1.3
tail_frac: 0.5
tail_threshold: 0.001
init: truth
style_len: 3
style_vocab: 5
id_base: 2
model:
kind: rnn
hidden: 192
embed: 24
epochs: 25
lr: 0.002
batch_size: 256
n_eval: 12000
dynamics:
n: 200
grounding:
m: 0
policy: proportional
remint:
enabled: false
period: null
H_gate: null
metrics:
kl_floor: 1.0e-09
support_eps: 1.0e-09
sweep:
- param: model.kind
values:
- histogram
- rnn
- mlp
- param: g
values:
- 0.0
- 0.05
output:
dir: results/N5
grid:
- label:
kind: histogram
g: 0.0
m: 0
neural_cfg:
synthetic:
K: 256
R: 1
tail: zipf
zipf_s: 1.3
tail_frac: 0.5
tail_threshold: 0.001
init: truth
style_len: 3
style_vocab: 5
id_base: 2
model:
kind: histogram
hidden: 192
embed: 24
epochs: 25
lr: 0.002
batch_size: 256
n_eval: 12000
dynamics:
n: 200
grounding:
m: 0
policy: proportional
remint:
enabled: false
period: null
H_gate: null
generations: 22
metrics:
kl_floor: 1.0e-09
support_eps: 1.0e-09
- label:
kind: histogram
g: 0.05
m: 11
neural_cfg:
synthetic:
K: 256
R: 1
tail: zipf
zipf_s: 1.3
tail_frac: 0.5
tail_threshold: 0.001
init: truth
style_len: 3
style_vocab: 5
id_base: 2
model:
kind: histogram
hidden: 192
embed: 24
epochs: 25
lr: 0.002
batch_size: 256
n_eval: 12000
dynamics:
n: 200
grounding:
m: 11
policy: proportional
remint:
enabled: false
period: null
H_gate: null
generations: 22
metrics:
kl_floor: 1.0e-09
support_eps: 1.0e-09
- label:
kind: rnn
g: 0.0
m: 0
neural_cfg:
synthetic:
K: 256
R: 1
tail: zipf
zipf_s: 1.3
tail_frac: 0.5
tail_threshold: 0.001
init: truth
style_len: 3
style_vocab: 5
id_base: 2
model:
kind: rnn
hidden: 192
embed: 24
epochs: 25
lr: 0.002
batch_size: 256
n_eval: 12000
dynamics:
n: 200
grounding:
m: 0
policy: proportional
remint:
enabled: false
period: null
H_gate: null
generations: 22
metrics:
kl_floor: 1.0e-09
support_eps: 1.0e-09
- label:
kind: rnn
g: 0.05
m: 11
neural_cfg:
synthetic:
K: 256
R: 1
tail: zipf
zipf_s: 1.3
tail_frac: 0.5
tail_threshold: 0.001
init: truth
style_len: 3
style_vocab: 5
id_base: 2
model:
kind: rnn
hidden: 192
embed: 24
epochs: 25
lr: 0.002
batch_size: 256
n_eval: 12000
dynamics:
n: 200
grounding:
m: 11
policy: proportional
remint:
enabled: false
period: null
H_gate: null
generations: 22
metrics:
kl_floor: 1.0e-09
support_eps: 1.0e-09
- label:
kind: mlp
g: 0.0
m: 0
neural_cfg:
synthetic:
K: 256
R: 1
tail: zipf
zipf_s: 1.3
tail_frac: 0.5
tail_threshold: 0.001
init: truth
style_len: 3
style_vocab: 5
id_base: 2
model:
kind: mlp
hidden: 192
embed: 24
epochs: 25
lr: 0.002
batch_size: 256
n_eval: 12000
dynamics:
n: 200
grounding:
m: 0
policy: proportional
remint:
enabled: false
period: null
H_gate: null
generations: 22
metrics:
kl_floor: 1.0e-09
support_eps: 1.0e-09
- label:
kind: mlp
g: 0.05
m: 11
neural_cfg:
synthetic:
K: 256
R: 1
tail: zipf
zipf_s: 1.3
tail_frac: 0.5
tail_threshold: 0.001
init: truth
style_len: 3
style_vocab: 5
id_base: 2
model:
kind: mlp
hidden: 192
embed: 24
epochs: 25
lr: 0.002
batch_size: 256
n_eval: 12000
dynamics:
n: 200
grounding:
m: 11
policy: proportional
remint:
enabled: false
period: null
H_gate: null
generations: 22
metrics:
kl_floor: 1.0e-09
support_eps: 1.0e-09