-
Notifications
You must be signed in to change notification settings - Fork 17
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
incompatible with Julia 1.0 #168
Comments
This package hasn't been updated to Julia v1 yet. If you need it, you should install Julia v0.6. |
@odow ok thanks for the response. Good to know the compatible Julia version so that I can start working with the package. |
Other options you could look into are https://github.com/JuliaStochOpt/StructDualDynProg.jl, which I think has been updated to Julia 1.0 (@blegat?); https://github.com/odow/SDDP.jl. which only works on Julia 0.6; and https://github.com/odow/Kokako.jl which only works on Julia 1.0 and is under development (and not documented well), but includes cool things like being able to solve infinite horizon problems. |
Yes :) |
Awesome. Thanks so much for the knowledge. |
I am planning to update StochDynamicProgramming to julia 1.0+ and JuMP 0.19. Hope that we will able to release soon! |
Need any help? 😃 |
Solved with #173 |
Just tried to run one of the examples (awesome work! thank you for developing this package!) and the
import StochDynamicProgramming
gives:Here is my output from
versioninfo()
:I don't know enough about Julia to know if this is related to #163, however my version of JuMP is less than 0.19:
The text was updated successfully, but these errors were encountered: