Skip to content
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

There are some doubts about the results of the experiments in the documentation #892

Open
lzq-zbc opened this issue Oct 10, 2023 · 0 comments

Comments

@lzq-zbc
Copy link

lzq-zbc commented Oct 10, 2023

I would like to consult the following documents about the experimental results, for example, the calculation time of the SoC model of case1354_pegase is 3 seconds, but I calculate the time on my personal computer is 17 seconds, and I am not sure why there is such a big gap. Here is some of the code I used
`using JuMP, PowerModels, Ipopt
file_name = "E:/Vscode——data/data/case1354pegase.m"
model = Model(Ipopt.Optimizer)
power_model = PowerModels.instantiate_model(
PowerModels.parse_file(file_name),
PowerModels.SOCWRPowerModel,
PowerModels.build_opf;
jump_model = model,
)
optimize!(model)
println("Optimal objective value: ", JuMP.objective_value(model))
println("Optimal solve time: ", JuMP.solve_time(model))

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant