idaholab / HERON

Holistic Energy Resource Optimization Network (HERON) is a modeling toolset and plugin for RAVEN to accelerate stochastic technoeconomic assessment of the economic viability of various grid-energy system configurations, especially with application to electrical grids and integrated energy systems (IES).
Apache License 2.0
24 stars 38 forks source link

[DEFECT] "Final" not written to CSV #240

Closed PaulTalbot-INL closed 1 year ago

PaulTalbot-INL commented 1 year ago

Defect Description

When running optimization problems in HERON, the final accepted point (with the "final" condition in the "accepted" column) is not written to the optimization path CSV.

This occurs because the CSV writing is performed within the MultiRun loop, but the final accepted point is calculated and added to the data object as a result of finalizing the Sampler, after which RAVEN does not re-run the OutStreams.

This might be fixed by adding a Print to the Plot step for optimization in outer.xml.


For Change Control Board: Issue Review

This review should occur before any development is performed as a response to this issue.


For Change Control Board: Issue Closure

This review should occur when the issue is imminently going to be closed.