GenXProject / GenX.jl

GenX: a configurable power system capacity expansion model for studying low-carbon energy futures. More details at : https://genx.mit.edu
https://genxproject.github.io/GenX.jl/
GNU General Public License v2.0
270 stars 114 forks source link

Multi-stage myopic stats file is empty #636

Closed gschivley closed 7 months ago

gschivley commented 7 months ago

The multi-stage output file stats_multi_stage.csv does not have stats on each stage when running in myopic mode (the file does have valid information in foresight). Each of the stage result folders (Results_p1, etc) does have a valid status.csv.

filippopecci commented 7 months ago

Yes this happens because that file reports the iteration data (Upper bound, lower bound and optimality gap) of the DDP algorithm when solving the case with perfect foresight. We should probably avoid creating the file in myopic, because there is no information to print in this case.

sambuddhac commented 7 months ago

Merging of PR #617 on develop addresses this