-
Updated
Aug 18, 2020 - Python
sensitivity-analysis
Here are 93 public repositories matching this topic...
-
Updated
Sep 30, 2020 - Python
-
Updated
Sep 22, 2020 - Python
-
Updated
Sep 20, 2020 - Python
-
Updated
Aug 22, 2020 - Jupyter Notebook
-
Updated
Sep 24, 2020 - C
-
Updated
Aug 31, 2020 - Julia
-
Updated
Sep 12, 2020 - Python
-
Updated
Sep 12, 2020 - Julia
Any help in developing the following essential unit operations would be greatly appreciated:
- Compressor
- Turbine
Fenske-Gilliland-Underwood shortcut column(added 3/22/2020)Rigorous heat exchanger for heat integration(added 6/6/2020)- Multi-component distillation models (preferably MESH equation based)
- Kinetic fermentation models
- ~Centrifuge modeled by liquid-liquid equi
-
Updated
Sep 30, 2020 - Julia
-
Updated
Jul 18, 2020 - C++
Currently, values for the llh, gradient, the computed trajectories of states and observables, or the sensitivities are checked in unit tests.
Unfortunately, some bugs, such as incorrect Jacobians or switched minus signs in the Newton solver, will not necessarily affect those quantities. However, they will substantially impact solver performance, by causing way too many steps to be taken. Hence, w
-
Updated
Sep 22, 2020 - C++
-
Updated
Sep 22, 2020 - C++
-
Updated
Dec 30, 2018 - Python
-
Updated
Aug 3, 2020 - MATLAB
-
Updated
May 23, 2019 - Python
-
Updated
Dec 9, 2019 - C++
-
Updated
Jan 23, 2019 - Python
-
Updated
Jun 10, 2020 - R
-
Updated
Apr 13, 2020 - Python
-
Updated
Apr 17, 2018 - MATLAB
-
Updated
Sep 20, 2018 - C++
-
Updated
Jul 27, 2020 - Python
-
Updated
Sep 30, 2020 - Python
-
Updated
Sep 5, 2020 - Python
-
Updated
Aug 13, 2019 - MATLAB
Improve this page
Add a description, image, and links to the sensitivity-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sensitivity-analysis topic, visit your repo's landing page and select "manage topics."


Describe the bug
If
eps_ris shape(N,)then the fields solved are shape(N,1)Either:
eps_rarraysOr:
eps_rshape and reshape the fields to match.