Skip to content

Commit e2a17f3

Browse files
eric-czechclaude
andcommitted
Note exact recovery in simulation example
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cac3fa2 commit e2a17f3

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
@@ -42,7 +42,7 @@ N, D, L = simulate_isoflop_data(
4242

4343
# 2-digit exponent (alpha/beta) precision (~25ms)
4444
result = fit_vpnls(N, D, L, resolution=0.01)
45-
# -> alpha=0.34, beta=0.28, E=1.6900, A=406.40, B=410.70
45+
# -> alpha=0.34, beta=0.28, E=1.6900, A=406.40, B=410.70 (recovery is exact)
4646

4747
# 3-digit precision, 10 processes (~250ms on M4 Pro; 4-digit takes ~16s)
4848
result = fit_vpnls(N, D, L, resolution=0.001, num_workers=10)

0 commit comments

Comments
 (0)