TorchLean API

NN.Verification.PINN.Dataset

PINN Dataset Helpers #

Reusable parsing and interval diagnostics for dataset-backed PINN checks.

A scalar PINN sample point (x, y-or-t, u).

  • x : Float

    First coordinate.

  • yOrT : Float

    Second coordinate, read from y for spatial data or t for time data.

  • u : Float

    Reference solution value at the point.

Instances For

    Absolute difference for Float diagnostics.

    Instances For

      Check interval containment with a symmetric tolerance on the endpoints.

      Instances For

        Read the second coordinate, accepting either y for 2D data or t for 1D-in-time data.

        Instances For

          Parse one dataset point as (x, y-or-t, u).

          Instances For

            Load one named dataset section into checked PINN sample points.

            Instances For