| def __init__ |
( |
|
self, |
|
|
|
instanceParameters, |
|
|
|
timeData, |
|
|
|
outputDirectory = None |
|
) |
| |
Constructor.
- Parameters
-
| instanceParameters | Parameters for the generation of the instance. |
| timeData | Base annual data for the instance generation. |
| outputDirectory | Output directory. |
| def _generate |
( |
|
self, |
|
|
|
timeData |
|
) |
| |
|
private |
Instance generation method.
- Parameters
-
| timeData | Base annual data for the instance generation. |
| def _getDistribution |
( |
|
self | ) |
|
|
private |
Get the distribution of production and consumption in the network.
| def _makeInteractionModel |
( |
|
self | ) |
|
|
private |
Make the CSV with the interaction model's parameter.
| def _makePrices |
( |
|
self, |
|
|
|
timeData |
|
) |
| |
|
private |
Make the CSV prices files.
- Parameters
-
| timeData | Base annual data for the instance generation. |
| def _makeProducers |
( |
|
self, |
|
|
|
timeData |
|
) |
| |
|
private |
Make a CSV file for each producer with its parameters.
- Parameters
-
| timeData | Base annual data for the instance generation. |
| def _makeQualificationIndicators |
( |
|
self, |
|
|
|
timeData |
|
) |
| |
|
private |
Make the CSV files with the flexibility qualification indicator.
- Parameters
-
| timeData | Base annual data for the instance generation. |
| def _makeRetailers |
( |
|
self, |
|
|
|
timeData |
|
) |
| |
|
private |
Make a CSV file for each producer with its parameters.
- Parameters
-
| timeData | Base annual data for the instance generation. |
| def _makeTSO |
( |
|
self, |
|
|
|
timeData |
|
) |
| |
|
private |
Make a CSV file for each producer with its parameters.
- Parameters
-
| timeData | Base annual data for the instance generation. |
Dictionary with for a node its relative contribution to the total consumption.
Number of nodes in the selected network.
Dictionary with for a node its relative contribution to the total production.
Parameters for the generation of the instance.
The documentation for this class was generated from the following file: