How the 2026 Formula 1 model handles pace, strategy, tire wear, deployment, and race control.
The current build aims for a believable 2026 Formula 1 weekend model without pretending to be a lap-perfect physics simulator.
1. 2026 season catalog
The app now uses the real 2026 Formula 1 teams, drivers, Grands Prix, and Sprint weekends. The performance and circuit priors layered on top of that catalog are estimated for the simulator and should be read as modeled inputs, not official timing data.
2. Pace prior
A compact PyTorch MLP predicts a baseline pace prior from driver and circuit features. It does not predict the finishing order on its own. It only supplies the starting pace signal for the wider race simulation.
3. Deterministic race logic
The explicit model handles qualifying weight, tire degradation, pit loss, fuel sensitivity, reliability pressure, and 2026-specific deployment and active-aero framing. Those assumptions stay visible on purpose.
4. Race control and Monte Carlo
Weather shifts, yellow flags, VSCs, safety cars, red flags, incidents, and DNFs are sampled repeatedly. The result is a probability distribution for the configured weekend, not a single hard forecast.
5. Historical backtesting and calibration
The simulator now includes an official-source-backed historical pipeline, normalized weekend schema, and backtesting workflow used to tune circuit leverage, strategy pressure, and race-control assumptions against a focused set of real Grands Prix.
6. Trust and calibration layer
Each scenario now carries an explicit trust summary: confidence tier, historical support tier, calibration depth, data grounding, and volatility. Those trust labels are derived from the current historical support basket, backtest coverage, and scenario complexity rather than from marketing-style certainty scores.
7. Provenance separation
The product keeps official source data, normalized historical datasets, modeled seed priors, calibrated parameters, and live user assumptions separate on purpose. The simulator does not present modeled assumptions as if they were official FIA / Formula 1 facts.
How provenance is separated
The simulator distinguishes source-backed evidence, normalized project data, calibrated layers, and live scenario assumptions instead of blending them together.
How to read confidence
Confidence is a calibrated product signal, not an official probability of truth. It reflects support depth, volatility, and similarity to the current historical basket.
What the current build handles well
The model is strongest when it is used as a scenario tool for race weekend tradeoffs rather than as a claim of exact lap-by-lap truth.
What is still simplified
This is a structured Grand Prix simulator, not a full race-engineering stack.
Next realism steps
The current architecture is already shaped for deeper Formula 1 realism without a rewrite.