Phase I · Documentation
Algorithm Catalogue¶
The library of algorithm cards, grouped by family. Each entry maps \((X, y, g) \mapsto \hat\beta\) under the unified notation.
Status legend
reviewed — math checked against source · draft — written, pending review · stub — scaffold only.
Classical (low-dimensional regression & GLMs)¶
Penalized (batch)¶
- Lasso via Coordinate Descent
- Elastic Net
- Adaptive Lasso
- SCAD via Local Linear Approximation
- MCP via Coordinate Descent
- Group Lasso
- Fused Lasso
Path / homotopy¶
First-order / proximal solvers¶
High-dimensional inference¶
Online / streaming¶
- Stochastic Gradient Descent (SGD)
- Implicit SGD (ISGD)
- AdaGrad
- FOBOS
- Regularized Dual Averaging (RDA)
- Truncated Gradient
- Renewable Estimation (streaming GLM)
The lists above are the planned initial set; cards are added incrementally. Missing links point to cards not yet written.