-
-
Couldn't load subscription status.
- Fork 54
[markov_asset] Update to JAX #654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
📖 Netlify Preview Ready! Preview URL: https://pr-654--sunny-cactus-210e3e.netlify.app (0317e4a) 📚 Changed Lecture Pages: harrison_kreps, markov_asset, two_auctions |
|
📖 Netlify Preview Ready! Preview URL: https://pr-654--sunny-cactus-210e3e.netlify.app (76c64b2) 📚 Changed Lecture Pages: harrison_kreps, markov_asset, two_auctions |
|
📖 Netlify Preview Ready! Preview URL: https://pr-654--sunny-cactus-210e3e.netlify.app (02dfe6e) 📚 Changed Lecture Pages: harrison_kreps, markov_asset, two_auctions |
|
📖 Netlify Preview Ready! Preview URL: https://pr-654--sunny-cactus-210e3e.netlify.app (211ec24) 📚 Changed Lecture Pages: harrison_kreps, markov_asset, two_auctions |
|
📖 Netlify Preview Ready! Preview URL: https://pr-654--sunny-cactus-210e3e.netlify.app (cb2995a) 📚 Changed Lecture Pages: markov_asset |
This pull request modernizes the
markov_asset.mdnotebook by refactoring the codebase to use JAX and JAX NumPy.numpyandnumpy.linalgtojax.numpyandjax.numpy.linalg.AssetPriceModelclass with an immutable, type-safeNamedTupleversion and introduced acreate_ap_modelfactory function for consistent construction.jax.lax.while_loopandjax.lax.fori_loop.