TorchLean API

NN.Verification.PINN.Certificate

PINN Certificate #

PINN certificate checker (recompute-and-compare).

This module is the executable checker for the PINN certificate workflow:

It is intentionally conservative: the goal is to validate the export/import path and the interval computations, not to be a fully featured PDE verifier.

References / context:

Export (Python): python3.12 scripts/verification/pinn/export_pinn_cert.py

Run (Lean): lake exe verify -- pinn-cert [NN/Examples/Verification/PINN/pinn_cert.json]

IO entry that reads the cert, recomputes bounds, and prints comparisons.

Instances For