-
Notifications
You must be signed in to change notification settings - Fork 27
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
Julia 1.0+ not supported #24
Comments
Awesome 👍 thanks!
…On Fri, Nov 29, 2019, 9:34 PM alexjbuck ***@***.***> wrote:
This is a great tool and I would like to work on porting this over to the
current Julia version, at least 1.0+. I'm new to open source contribution,
so hopefully this is the correct pathway. I have created a fork to begin
the required changes.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24?email_source=notifications&email_token=AB6TAWTERMM77WTC3W24HTDQWHNKLA5CNFSM4JTEXTIKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H47GOFQ>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6TAWV5H6VWFK6P3FNHSHDQWHNKLANCNFSM4JTEXTIA>
.
|
I will help with this effort when I can, it it exciting to have another
developer.
…On Sat, Nov 30, 2019, 12:43 AM Huckleberry Febbo ***@***.***> wrote:
Awesome 👍 thanks!
On Fri, Nov 29, 2019, 9:34 PM alexjbuck ***@***.***> wrote:
> This is a great tool and I would like to work on porting this over to the
> current Julia version, at least 1.0+. I'm new to open source contribution,
> so hopefully this is the correct pathway. I have created a fork to begin
> the required changes.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#24?email_source=notifications&email_token=AB6TAWTERMM77WTC3W24HTDQWHNKLA5CNFSM4JTEXTIKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H47GOFQ>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AB6TAWV5H6VWFK6P3FNHSHDQWHNKLANCNFSM4JTEXTIA>
> .
>
|
Awesome! I wasn't sure if you were still using/supporting this or not, it had been a few months since the last commit. |
Yeah, I still use it, but without support from the community I don't have
time to update for julia 1.0. But I would like to see it maintained and
will help in my spare time.
…On Mon, Dec 2, 2019, 8:03 PM alexjbuck ***@***.***> wrote:
Awesome! I wasn't sure if you were still using/supporting this or not, it
had been a few months since the last commit.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#24?email_source=notifications&email_token=AB6TAWWGYODW3XFHG7CLYYTQWXK7FA5CNFSM4JTEXTIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFYACJI#issuecomment-560988453>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6TAWUJLC7NPPMIWGRBX6DQWXK7FANCNFSM4JTEXTIA>
.
|
It would be great if this is upgraded to 1.0. If you have any problems with the PR or any updates that are unclear, I am happy to help you resolve them. I think this package could be very useful. We are already using it as part of a toolchain for a student-lab at our university. The only thing that I think should be added is something along the lines of #5 , I am looking a bit at how to use ModelingToolkit.jl for this. |
@huckl3b3rry87 @alexjbuck @mfalt I'm writing a note on optimal control for econ & would be awesome to show off your package. FYI: |
@azev77 I created a PR (#25) that updates to julia 1, but I wans't able to figure out what is going wrong. Since I didn't write the original code, I'm not able to understand all parts. I think we have to wait on @huckl3b3rry87 to see if he can fix the last parts. |
@azev77 you can use it with julia 0.6.4, is there a reason you need the latest version of julia? @mfalt sorry for the delay on this, I will try to look into this soon |
1 Yeah, I need it for the latest Julia. |
@azev77 sounds good, yeah extra examples are always great What is your timeline? |
I'm preparing a blog post on Julia for economics. I can probably post my current version w/o your package, & update it when your package works. |
@azev77 very cool, I am interested in seeing the application of NLOptControl to economics. Are you designing an algorithm for options trading? I will try to look at it this weekend |
That would be awesome. The first example is a routine consumption-saving model every econ student solves (by hand) in grad school. The second example is firm profit maximization. The third example is the optimal-growth model. To solve finance problems (such as options trading etc) I need some of the state variables to be stochastic. This is usually done by solving an HJB equation. EconPDEs is amazing for certain problems, but it doesn't handle boundaries well yet. |
@huckl3b3rry87 any luck with this? |
It should be fine
…On Fri, Mar 13, 2020, 6:32 AM roiholtzman ***@***.***> wrote:
I have Julia 1.3. Do you think I can install Julia 0.6.4 on my machine as
well without conflicting with the 1.3 version I have? (I read somewhere
that maybe for versions below 0.7 this can be an issue).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6TAWVFMV23TLZGWIWZ3ZTRHIYVZANCNFSM4JTEXTIA>
.
|
this should do it #30 |
This is a great tool and I would like to work on porting this over to the current Julia version, at least 1.0+. I'm new to open source contribution, so hopefully this is the correct pathway. I have created a fork to begin the required changes.
The text was updated successfully, but these errors were encountered: