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 conservative by design: 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]

Bundled PINN certificate sample used by lake exe verify -- pinn-cert.

Instances For

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

    Instances For