JuliaStochOpt / StochDynamicProgramming.jl

A package for discrete-time optimal stochastic control
Other
62 stars 16 forks source link

StochDynamic Programming Fails to Load in Julia 1.0 (Nullable not defined) #171

Closed kirui93 closed 4 years ago

kirui93 commented 5 years ago

I get the following error while trying to use it.

┌ Info: Precompiling StochDynamicProgramming [f6024387-75e5-5fdf-b095-327b05c0905f] └ @ Base loading.jl:1186 ERROR: LoadError: LoadError: UndefVarError: Nullable not defined Stacktrace:

any fixes?

frapac commented 5 years ago

We are currently updating StochDynamicProgramming to Julia 1.0 and JuMP 0.19. The current development branch is moi. SDDP and extensive formulation are currently working, but it remains to port Dynamic Programming to Julia 1.0.

This branch is about to be merged in master.

kirui93 commented 5 years ago

So it means that if I want to use it now, I should downgrade Julia to which version?

frapac commented 4 years ago

Solved with #173