IntertemporalRaoInput
class
#1219
Labels
feature
New feature or request
good first issue
Good for newcomers
intertemporality
Encompasses the use of multi-time-steps optimization and intertemporal constraints
wait-for-requirements
This issue cannot be addressed for the moment as new features must be added to the code first
Milestone
Describe the current behavior
No response
Describe the expected behavior
As introduced in #1208 (in this comment), we need a new
IntertemporalRaoInput
class for intertemporal computations.This class will at first contain two main attributes:
TemporalData<RaoInput>
time series with all the inputs for each timestampSet<PowerGradientConstraint>
that contains all the PGCs of the problemRaoParameters
with aninter-temporal-parameters-extension
for specific settings regarding parallel computations on various timestamps (topological actions, sensitivity computations)Describe the motivation
No response
Extra Information
Not mandatory for implementation but start thinking about relevant methods that could be defined for this class and list them in this issue.
First ideas:
TemporalData<Crac> getCracTemporalData()
TemporalData<Network> getNetworkTemporalData()
Set<PowerGradientConstraint> getAllPowerGradientConstraints(String networkElementId)
The text was updated successfully, but these errors were encountered: