View source: R/updateOptimizationSettings.R
updateOptimizationSettings | R Documentation |
Update optimization parameters and other preferences of an Antares study
updateOptimizationSettings( simplex.range = NULL, transmission.capacities = NULL, include.constraints = NULL, include.hurdlecosts = NULL, include.tc.min.stable.power = NULL, include.tc.min.up.down.time = NULL, include.dayahead = NULL, include.strategicreserve = NULL, include.spinningreserve = NULL, include.primaryreserve = NULL, include.exportmps = NULL, power.fluctuations = NULL, shedding.strategy = NULL, shedding.policy = NULL, unit.commitment.mode = NULL, number.of.cores.mode = NULL, renewable.generation.modelling = NULL, day.ahead.reserve.management = NULL, opts = antaresRead::simOptions() )
simplex.range |
week or day |
transmission.capacities |
true, false or infinite (since v8.4 can also take : local-values, null-for-all-links, infinite-for-all-links, null-for-physical-links, infinite-for-physical-links) |
include.constraints |
true or false |
include.hurdlecosts |
true or false |
include.tc.min.stable.power |
true or false |
include.tc.min.up.down.time |
true or false |
include.dayahead |
true or false |
include.strategicreserve |
true or false |
include.spinningreserve |
true or false |
include.primaryreserve |
true or false |
include.exportmps |
true or false (since v8.3.2 can take also : none, optim-1, optim-2, both-optims) |
power.fluctuations |
free modulations, minimize excursions or minimize ramping |
shedding.strategy |
share margins |
shedding.policy |
shave peaks or minimize duration |
unit.commitment.mode |
fast or accurate |
number.of.cores.mode |
minimum, low, medium, high or maximum |
renewable.generation.modelling |
aggregated or clusters |
day.ahead.reserve.management |
global |
opts |
List of simulation parameters returned by the function
|
An updated list containing various information about the simulation.
## Not run: updateOptimizationSettings( simplex.range = "week", power.fluctuations = "minimize ramping" ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.