Skip to content

Commit 2f11d1b

Browse files
eric-czechclaude
andcommitted
Update VPNLS paper link to repo PDF
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d86bb69 commit 2f11d1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pip install vpnls[jax] # + JAX autodiff solver
2020
| Method | Backend | Use case |
2121
|--------|---------|----------|
2222
| `grid` | Cython grid search | Fast brute-force search over exponent space; supports multiprocess parallelism |
23-
| `scipy` | L-BFGS-B with analytical gradients | Continuous optimization via envelope-theorem gradients, as in the [VPNLS paper](https://arxiv.org/abs/2503.04715) |
23+
| `scipy` | L-BFGS-B with analytical gradients | Continuous optimization via envelope-theorem gradients, as in the [VPNLS paper](https://github.com/Open-Athena/scaling-law-analysis/blob/main/results/paper/paper.pdf) |
2424
| `jax` | JAX autodiff + L-BFGS-B | Same approach as [ml-scalefit](https://github.com/apple/ml-scalefit); autodiff through `lstsq` instead of hand-derived gradients |
2525

2626
All three support MSE and Huber loss.

0 commit comments

Comments
 (0)