View source: R/constraints_functions.R
constraint_generator | R Documentation |
runWaterValuesSimulation
and also to estimate reward functions
in functions such as Grid_Matrix
and iterations_simulation_DP
Generate the list of constraint values of the link between the fictive area and the real one
Used to run simulations in runWaterValuesSimulation
and also to estimate reward functions
in functions such as Grid_Matrix
and iterations_simulation_DP
constraint_generator(
area,
nb_disc_stock,
pumping = F,
pumping_efficiency = NULL,
opts,
max_hydro = NULL,
inflow = NULL,
mcyears = NULL
)
area |
The area concerned by the simulation. |
nb_disc_stock |
Number of constraint values wanted for each week |
pumping |
Boolean. True to take into account the pumping. |
pumping_efficiency |
between 0 and 1. the pumping efficiency ratio. |
opts |
List of simulation parameters returned by the function |
max_hydro |
weekly pumping and turbining maximum powers, generated by |
inflow |
weekly inflow |
mcyears |
Vector of years used to evaluate inflow |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.