| --- |
| license: mit |
| --- |
| |
| Dataset of sensitivity systems from DiffOpt.jl. |
| Their solution gives the sensitivity of the optimal solution wrt the parameters. |
|
|
| Each file is a different optimization problem. JLD2 files are segregated by (parameter1, ..., parameterm, M, N). |
| M and N are the LHS and RHS of the linear system respectivelly. |
|
|
| Included problems: |
| - Inverse kinematics of a 2dof planar arm. |
| - Number of Parameter Variables: 2 (each is a scalar). |
| - Parameters Interpretation: End-Point Target. |
| - Ref:https://github.com/jump-dev/DiffOpt.jl/blob/master/docs/src/examples/Planar_Arm_Example.jl |
| - AC-OPF IEEE 300 Bus case. |
| - Number of Parameter Variables: 1 (vector). |
| - Parameters Interpretation: Multiplicative Factor Loads. |
| - Ref: |
| - PowerModels: https://github.com/lanl-ansi/PowerModels.jl |
| - PGLib: https://github.com/power-grid-lib/pglib-opf |