Expand description
Research record — the output of a scientific cycle.
Per the Mathematical Constitution: Each cycle produces a Research Record containing universes generated, metrics computed, hypotheses proposed and tested, and surviving rules.
§Design
The record is generic over any InformationUniverse type.
It stores per-universe results, hypothesis outcomes, boolean
validation, calibration data, and failure conditions.
The record is designed for:
- Reproducibility: All parameters and seeds are stored.
- Auditability: Every number is traceable to a specific universe and hypothesis.
- Serialization: The record can be serialized to JSON for external analysis and archival.
Structs§
- Hypothesis
Record - Serialized hypothesis record for the research output.
- Research
Record - The output of one complete scientific cycle.
- Universe
Result - Per-universe experimental result.