CharlesCNorton commited on
Commit ·
51c400d
1
Parent(s): 8638f54
Add optimality note: exhaustive enumeration confirms magnitude 1 is minimum
Browse files
README.md
CHANGED
|
@@ -43,6 +43,10 @@ The negative weight flips the relationship between input magnitude and firing.
|
|
| 43 |
| Bias | 0 |
|
| 44 |
| Total | 2 parameters |
|
| 45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
## Properties
|
| 47 |
|
| 48 |
- Involutive: NOT(NOT(x)) = x
|
|
|
|
| 43 |
| Bias | 0 |
|
| 44 |
| Total | 2 parameters |
|
| 45 |
|
| 46 |
+
## Optimality
|
| 47 |
+
|
| 48 |
+
Exhaustive enumeration of all 5 weight configurations at magnitudes 0-1 confirms this circuit is **already at minimum magnitude (1)**. There is exactly one valid configuration at magnitude 1, and no valid configurations exist below it.
|
| 49 |
+
|
| 50 |
## Properties
|
| 51 |
|
| 52 |
- Involutive: NOT(NOT(x)) = x
|