You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,19 @@ A key design principle of MicroPrime is the **separation between archive constru
28
28
This approach differs from classical sieves and brute-force methods, which typically operate on a single contiguous range.
29
29
30
30
---
31
+
## Experimental validation (summary)
32
+
33
+
MicroPrime has been experimentally validated on multiple numeric scales, up to the order of magnitude of 10²⁰.
34
+
35
+
Across all tested windows, the measured prime density closely matches the theoretical logarithmic density, with deviations consistently below ±0.02%.
36
+
37
+
This confirms that the segmented screening process based on the GC-60 model neither omits nor duplicates prime numbers.
38
+
39
+
The distribution of primes among the 16 admissible residue classes modulo 60 remains uniform (≈6.25% per class), indicating structural stability of the GC-60 model.
40
+
41
+
The system also demonstrates reliable scalability on consumer hardware, with automatic archive extension and safe handling of insufficient archive coverage.
42
+
43
+
A complete technical validation report, including performance metrics and statistical results, is available in the associated Zenodo publication.
0 commit comments