vardax — Examples¶
Usage patterns organised by API layer plus end-to-end walkthroughs.
Structure¶
examples/
├── README.md # This file
├── primitives.md # Layer 0 — cost, CVT, BLUE, adjoint wiring
├── components.md # Layer 1 — protocol implementation patterns
├── models.md # Layer 2 — workflows for each of the seven peer classes
├── integration.md # Ecosystem composition (somax, plumax, gaussx, filterax, pipekit)
└── use_cases.md # Walkthroughs: methane single-overpass + SSH 4DVarNet
Reading order¶
- primitives.md — Layer 0: cost terms, closed-form
BLUE, CVT, adjoint composition via
optimistix/diffrax. - components.md — Layer 1: implementing
Prior,ObservationOperator,GradModulator,PosteriorAdapter,Minimiser. - models.md — Layer 2: workflows for each of the seven
peer analysis classes (
OptimalInterpolationthroughAmortizedPosterior). - integration.md — composing vardax with somax, plumax, gaussx, filterax, pipekit-cycle, geostack catalogs.
- use_cases.md — full walkthroughs anchoring the abstractions on real workflows.