-
-
Notifications
You must be signed in to change notification settings - Fork 303
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
Some Projects that are Available for Future Work #83
Comments
I should've fixed the issue in ddp_theory_jl.ipynb. The only other Julia notebook is ddp_ex_job_search_jl.ipynb but I don't see errors there. Are there other notebooks with errors? |
thanks @albep for the update. I will review and merge your PR today. There are some python notebooks that also need to be ported to Julia. For example: needs to be ported to |
@mmcky That sounds good, I'll start working on porting the notebooks |
I've implemented the State-Action Pair Formulation in I'm sure someone more proficient than me with Julia can polish it, but it could be a starting point. Before I start implementing Sparse Matrix Support, would anyone like to take a look at it? Shall I proceed with a PR? |
Good work! Let's open up a pull request and I'll look at it. Thanks // Spencer
|
I would like to help with code porting from Python to Julia. So, if they aren't already being worked upon, I'd be up for it! |
Glad you want to help out! right now I don't think there are any open issues for things that need to be ported from Python to Julia. @QuantEcon/lead-developers can anyone else think of one that I'm missing? That being said there's plenty of work to be done if you are interested in helping out. |
|
Dear Spencer, what about the lectures on optimal taxes with incomplete
|
Dear Tom, Yes this is a great idea! I had forgotten about the lecture material. I quickly compared the table of contents on the Python side to the Julia side and saw that we are missing the following lectures on the Julia side:
Feel free to tackle any of these! |
@spencerlyon2 Thanks, this is a helpful list. @Dawny33 Pease do feel free to tackle any of these. Note that the relevant repo for development and PRs is for the most part QuantEcon.applications rather than this one. |
@spencerlyon2 Wow thank you, that's a long list! Would love to work on some of them! @jstac Noted. Thanks for the heads-up! |
Help is definitely appreciated. I suggest that you take more time to read through the library first, trying different parts, experimenting, looking at everyone's code. Try to pick up their style of coding. Maybe have a look at the tests and see if you can improve them. Improving tests and documentation is a good place to start. |
@jstac Sounds good. I'll start getting myself acquainted with the code. |
Some topics that are available to be worked on
Code Library
DiscreteDP
code by porting State-Action Pair Formulation of Python code to JuliaDiscreteDP
code by porting Sparse Matrix Support from Python to JuliaNotebooks
Infrastructure
QuantEcon.applications
contains some starting code which is used to runpython
notebooks using therunipy
projectThe text was updated successfully, but these errors were encountered: