Skip to main content

Module record

Module record 

Source
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§

HypothesisRecord
Serialized hypothesis record for the research output.
ResearchRecord
The output of one complete scientific cycle.
UniverseResult
Per-universe experimental result.