Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

You can check whether your ObjectiveFunctionLocation specification is correct by comparing the output file of EnergyPlus with the GenOpt output files. See GenOpt's SavePath keyword.

GenOpt can only access scalar result variables but not time series. To process a time series for the whole operation time, you would need to add your own post-processing, such as with a python script, and then have GenOpt read the output of this processing script.