Updated documentation
Browse files
README.md
CHANGED
|
@@ -1,18 +1,27 @@
|
|
| 1 |
# MNB Benchmark Observatory Ledger
|
| 2 |
|
| 3 |
## About
|
| 4 |
-
|
|
|
|
| 5 |
|
| 6 |
## Data Schema
|
| 7 |
-
|
| 8 |
-
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
|
|
|
|
|
|
| 16 |
|
| 17 |
-
## Verification
|
| 18 |
-
All
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# MNB Benchmark Observatory Ledger
|
| 2 |
|
| 3 |
## About
|
| 4 |
+
Public experiment records from MNB (Minimal Navigable Benchmark) Observatory.
|
| 5 |
+
Total experiments: 200
|
| 6 |
|
| 7 |
## Data Schema
|
| 8 |
+
| Field | Type | Description |
|
| 9 |
+
|-------|------|-------------|
|
| 10 |
+
| experiment_id | string | Unique experiment ID |
|
| 11 |
+
| timestamp | ISO 8601 | Experiment timestamp |
|
| 12 |
+
| population_size | int | MNBs in simulation |
|
| 13 |
+
| global_coherence_psi | float | System-wide coherence (Ψ) |
|
| 14 |
+
| entropy_h | float | Information entropy (H) |
|
| 15 |
+
| mean_value_density_rho | float | Average value density (ρ) |
|
| 16 |
+
| benchmark_score | float | Composite performance score |
|
| 17 |
+
| merkle_root | hex | SHA3-256 for verification |
|
| 18 |
+
| verified | bool | Cryptographic verification status |
|
| 19 |
|
| 20 |
+
## Cryptographic Verification
|
| 21 |
+
All entries include SHA3-256 Merkle proofs for reproducibility verification.
|
| 22 |
+
|
| 23 |
+
## Dataset Stats
|
| 24 |
+
- Total Experiments: 200
|
| 25 |
+
- Population Range: 100-999 MNBs
|
| 26 |
+
- Coherence Range: 0.50-0.99
|
| 27 |
+
- Score Range: 0.5000 - 3.5150
|