CharlesCNorton commited on
Commit ·
5637b1e
1
Parent(s): 6937ad9
Add optimality note: exhaustive enumeration confirms magnitude 5 is minimum
Browse files
README.md
CHANGED
|
@@ -83,6 +83,10 @@ NAND is permissive (7 of 8 pass). NOR is restrictive (1 of 8 passes).
|
|
| 83 |
| Bias | +2 |
|
| 84 |
| **Total** | **4 parameters** |
|
| 85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
## Usage
|
| 87 |
|
| 88 |
```python
|
|
|
|
| 83 |
| Bias | +2 |
|
| 84 |
| **Total** | **4 parameters** |
|
| 85 |
|
| 86 |
+
## Optimality
|
| 87 |
+
|
| 88 |
+
Exhaustive enumeration of all 681 weight configurations at magnitudes 0-5 confirms this circuit is **already at minimum magnitude (5)**. There is exactly one valid configuration at magnitude 5, and no valid configurations exist below it.
|
| 89 |
+
|
| 90 |
## Usage
|
| 91 |
|
| 92 |
```python
|