Commit 1ca20dd
Remove redundant alpha parameter in cake_eating_egm
The α parameter doesn't need to be passed explicitly to create_model
since it already has a default value of 0.4. The α = 0.4 line is still
needed for the lambda function closures (f and f_prime capture it).
Changed:
- create_model(u=u, f=f, α=α, ...)
+ create_model(u=u, f=f, ...)
Tested successfully with same convergence behavior.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 2d2e99f commit 1ca20dd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
0 commit comments