First time here? Check out the Help page!
1 | initial version |
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.