CharlesCNorton commited on
Commit
0cca55a
·
1 Parent(s): 82d5619

Add optimality note: exhaustive enumeration confirms magnitude 4 is minimum

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -71,6 +71,10 @@ But threshold logic computes OR directly - no inversion needed.
71
  | Bias | -1 |
72
  | **Total** | **4 parameters** |
73
 
 
 
 
 
74
  ## Usage
75
 
76
  ```python
 
71
  | Bias | -1 |
72
  | **Total** | **4 parameters** |
73
 
74
+ ## Optimality
75
+
76
+ Exhaustive enumeration of all 321 weight configurations at magnitudes 0-4 confirms this circuit is **already at minimum magnitude (4)**. There is exactly one valid configuration at magnitude 4, and no valid configurations exist below it.
77
+
78
  ## Usage
79
 
80
  ```python