AbstractPhil commited on
Commit
42ed8a8
·
verified ·
1 Parent(s): d6c271a

exp013 dose curve complete: lambda=1 is the operating point (-8.3% blob gauge at +0.4% common cost, in-bound; saturation between 1 and 2)

Browse files
exp013_blob_flow/README.md CHANGED
@@ -58,3 +58,15 @@ trade surface is real and mapped at two points; λ≈1 interpolation and
58
  pure-band-phase training are the open refinements. (Ops note: this arm
59
  reused the s0 results filename on-pod — the shipped s0 file is canonical;
60
  the config's lambda field disambiguates.)
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  pure-band-phase training are the open refinements. (Ops note: this arm
59
  reused the s0 results filename on-pod — the shipped s0 file is canonical;
60
  the config's lambda field disambiguates.)
61
+
62
+ ---
63
+ ## THE DOSE CURVE COMPLETE (2026-07-19, `results_lambda1.json`)
64
+ | λ | blob-gauge move | common-gauge cost | within 0.5% bound |
65
+ |---|---|---|---|
66
+ | 0.5 | −5.9% | ~+0.2% | yes |
67
+ | **1.0** | **−8.3%** | **+0.4%** | **yes — the operating point** |
68
+ | 2.0 | −8.4% | +0.9% | no |
69
+ Monotone with saturation between λ=1 and 2: λ≈1 captures essentially the
70
+ full blob-gauge gain inside the preregistered common-gauge tolerance. All
71
+ single-seed dose points on the 2-seed-confirmed conditioning law's flow
72
+ substrate.
exp013_blob_flow/results_lambda1.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "lambda": 1.0,
4
+ "steps": 3000,
5
+ "batch": 16,
6
+ "seed": 0,
7
+ "trunk": "base_lune 18765 (flow)",
8
+ "x0_recovery": "x0_hat = x_t - sigma*v (exact)"
9
+ },
10
+ "frozen": {
11
+ "val": 0.6298933834768832,
12
+ "per_band": {
13
+ "band0": 0.631868,
14
+ "band1": 0.550336,
15
+ "band2": 0.696391
16
+ },
17
+ "blob_gauge": {
18
+ "band0": 0.001049,
19
+ "band1": 0.013109,
20
+ "band2": 0.184471
21
+ }
22
+ },
23
+ "uniform_mb3": {
24
+ "val": 0.57300070108613,
25
+ "per_band": {
26
+ "band0": 0.606807,
27
+ "band1": 0.518107,
28
+ "band2": 0.607136
29
+ },
30
+ "blob_gauge": {
31
+ "band0": 0.000902,
32
+ "band1": 0.010035,
33
+ "band2": 0.131
34
+ },
35
+ "val_toggled_off": 0.6298933834768832
36
+ },
37
+ "blob_mb3": {
38
+ "val": 0.5752251495723613,
39
+ "per_band": {
40
+ "band0": 0.606724,
41
+ "band1": 0.517818,
42
+ "band2": 0.61232
43
+ },
44
+ "blob_gauge": {
45
+ "band0": 0.000908,
46
+ "band1": 0.009998,
47
+ "band2": 0.120107
48
+ },
49
+ "val_toggled_off": 0.6298933834768832
50
+ },
51
+ "verdict": {
52
+ "P1_blob_gauge_high_band": {
53
+ "blob": 0.120107,
54
+ "uniform": 0.131,
55
+ "relative_move": 0.08315,
56
+ "exp012_reference_move": 0.0003,
57
+ "hit_5x": true
58
+ },
59
+ "P2_common_undegraded": true,
60
+ "common_val": {
61
+ "blob": 0.5752251495723613,
62
+ "uniform": 0.57300070108613,
63
+ "frozen": 0.6298933834768832
64
+ },
65
+ "note": "flow-substrate blob test (Phil's conditioning hypothesis); 1-seed CANDIDATE"
66
+ }
67
+ }