This function can be used to read the value of the criteria optimized by ANTARES. Notice that these values are only available in "Xpansion" mode or when option "Export mps" is turned on.
readOptimCriteria(opts = simOptions())
list of simulation parameters returned by the function
setSimulationPath
A table of class antaresDataTable
. It contains the usual columns
timeID
, mcYear
, time
and two columns "criterion1" and
"criterion2" containing the values of the criteria. Time step can be daily
or weekly depending on the optimization options.
if (FALSE) { # \dontrun{
setSimulationPath()
optimCriteria <- readOptimCriteria()
} # }