-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathget_Reward.Rd
32 lines (28 loc) · 871 Bytes
/
get_Reward.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/get_Reward.R
\name{get_Reward}
\alias{get_Reward}
\title{Get the reward matrix from simulations}
\usage{
get_Reward(
simulation_res = NULL,
simulation_names = NULL,
pattern = NULL,
district_name = "water values district",
opts = antaresRead::simOptions()
)
}
\arguments{
\item{simulation_res}{list of the simulation names and constraint values to obtain the reward.}
\item{simulation_names}{generated by \code{runWaterValuesSimulation}}
\item{pattern}{A pattern to identify simulations.}
\item{district_name}{Name of the district used to store output.}
\item{opts}{List of simulation parameters returned by the function
\code{antaresRead::setSimulationPath}}
}
\value{
a data.table {timeid,MCyear,simulation overall cost}
}
\description{
Get the reward matrix from simulations
}