Commit 40fa336
Remove unnecessary @jax.jit decorators from intermediate functions
Only kept @jax.jit on top-level user-facing functions (solve_model and
compute_reservation_wage). Removed it from intermediate functions (u,
compute_v_e, update_d) since they are automatically compiled when called
from jitted functions.
Benefits:
- Cleaner code with less decorator clutter
- Avoids redundant compilation overhead
- Follows JAX best practices of jitting at the top level
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 269eb49 commit 40fa336
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
323 | 322 | | |
324 | 323 | | |
325 | 324 | | |
| |||
353 | 352 | | |
354 | 353 | | |
355 | 354 | | |
356 | | - | |
357 | 355 | | |
358 | 356 | | |
359 | 357 | | |
| |||
363 | 361 | | |
364 | 362 | | |
365 | 363 | | |
366 | | - | |
367 | 364 | | |
368 | 365 | | |
369 | 366 | | |
| |||
0 commit comments