2 unstable releases
| 0.2.0 | Jul 5, 2026 |
|---|---|
| 0.1.0 | Jul 5, 2026 |
#866 in Math
Used in sheaf-io
120KB
2K
SLoC
sheaf-nn
Inference-only neural components for Sheaf-ADMM multi-agent coordination:
layers (Dense with Flax [in, out] kernels, RMSNorm/LayerNorm, tanh-GELU,
stable softplus), the MLP encoder with objective heads (quadratic / lasso /
non-negative / L1-box), LoRA restriction-map factor heads, 8-way directional
restriction-map assembly, the concat-MLP decoder, and SheafAdmmModel wiring
encode → sheaf geometry → unrolled ADMM (sheaf-core) → decode.
Parity-faithful port of
SakanaAI/sheaf-admm
(JAX/Flax, Learning Multi-Agent Coordination via Sheaf-ADMM, ICML 2026,
arXiv:2605.31005), verified against
golden traces from the reference implementation. Training stays in the JAX
reference; weights are exported to safetensors and loaded via sheaf-io.
Part of the sheaf-rs workspace.
Licensed Apache-2.0. Derived from sheaf-admm (Apache-2.0); see the repository NOTICE for attribution.
Dependencies
~2.4–3.5MB
~77K SLoC