Dataset Viewer
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Dataset of sensitivity systems from DiffOpt.jl.
Part of: https://github.com/LearningToOptimize/BatchNLPSolver.jl.
The solution of the linear systems in the dataset gives the sensitivity of the optimal solution of the underlying optimization problem 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:
- Downloads last month
- 49