Optimisation#
Optimization functions which can be called within a pypsa.Network
via
n.optimize
or n.optimization.func
. For example n.optimize.create_model()
.
Statistic methods#
|
Optimize the pypsa network using linopy. |
|
Create a linopy.Model instance from a pypsa network. |
|
Solve an already created model and assign its solution to the network. |
Map solution to network components. |
|
|
Map dual values i.e. shadow prices to network components. |
Post-process the optimized network. |
|
Iterative linear optimization updating the line parameters for passive AC and DC lines. |
|
|
Computes Security-Constrained Linear Optimal Power Flow (SCLOPF). |
|
Optimizes the network in a rolling horizon fashion. |
|
Run modelling-to-generate-alternatives (MGA) on network to find near- optimal solutions. |
Optimizes the network and then performs a non-linear power flow for all snapshots. |
|
Fix capacities of extendable assets to optimized capacities. |
|
Fix dispatch of all assets to optimized values. |
|
|
Add load shedding in form of generators to all or a subset of buses. |