Release v2.5.1 for templates/template_code_project.
Publication
- Version: 2.5.1
- GitHub release: https://github.com/docxology/template_code_project/releases/tag/v2.5.1
- DOI: https://doi.org/10.5281/zenodo.20692963
- Zenodo: https://zenodo.org/records/20692963
- PDF SHA-256:
33ceeb677a8ea8325d1e313bce5318a6ffc76f329eb71888bb9bed0b7a5de39e
Abstract
Abstract
This paper presents a convergence study of fixed-step gradient descent on a convex quadratic, framed as the computational exemplar of the Research Project Template (https://github.com/docxology/template). The implementation lives in projects/templates/template_code_project/src/optimizer.py; experiments and figures are orchestrated by projects/templates/template_code_project/scripts/optimization_analysis.py and hydrated into the manuscript through scripts/z_generate_manuscript_variables.py, so tables and prose track output/data/optimization_results.csv after every pipeline run.
We evaluate 6 step sizes from
Contributions are methodological and architectural. On the methods side, we relate empirical iteration counts and error decay to the scalar contraction factor
Results (this configuration): 4 of 6 grid points report converged=True in the CSV; non-convergent rows flag either slow progress at small
Keywords: optimization algorithms, gradient descent, convergence analysis, numerical methods, mathematical programming, reproducible research, infrastructure automation