We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
60235eb
Fix bugs in ifp_advanced lecture (#757) - Fix typo: jnp.block_until_ready(a_start) → a_star.block_until_ready() - Add missing functools.partial import for JAX JIT static arguments - Fix compute_asset_stationary JIT compilation with static_argnums - Remove invalid verbose parameter from solve_model calls - Refactor solve_model to use jax.lax.while_loop for better performance - Clean up code structure and improve function signatures 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>