Case Study Bug. stochastic_optimal_powerflow.jl #242
-
julia> include("stochastic_optimal_powerflow.jl") I run the cases from https://github.com/zavalab/JuliaBox/tree/master/InfiniteDimensionalCases/CaseStudy1 Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Julia has changed how its random numbers are generated, so the models in this example no longer used the same supports (i.e., random samples) and thus got different answers. If you try the updated version now it should work again. |
Beta Was this translation helpful? Give feedback.
Julia has changed how its random numbers are generated, so the models in this example no longer used the same supports (i.e., random samples) and thus got different answers. If you try the updated version now it should work again.