readOptimCriteria {antaresRead}R Documentation

Read Optimization Criteria

Description

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.

Usage

readOptimCriteria(opts = simOptions())

Arguments

opts

list of simulation parameters returned by the function setSimulationPath

Value

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.

Examples

## Not run: 
setSimulationPath()

optimCriteria <- readOptimCriteria()

## End(Not run) 


[Package antaresRead version 2.6.1 Index]