Skip to content

Commit b59d3df

Browse files
authored
Add experimental validation summary to README
Added a summary of experimental validation for MicroPrime, detailing its performance and statistical results.
1 parent 6dc0364 commit b59d3df

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@ A key design principle of MicroPrime is the **separation between archive constru
2828
This approach differs from classical sieves and brute-force methods, which typically operate on a single contiguous range.
2929

3030
---
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.
3144

3245
## GC-60 model overview
3346

0 commit comments

Comments
 (0)