-
Updated
Nov 11, 2020 - Python
sensitivity-analysis
Here are 103 public repositories matching this topic...
-
Updated
Dec 6, 2020 - Python
-
Updated
Nov 30, 2020 - Python
-
Updated
Dec 7, 2020 - Python
-
Updated
Aug 22, 2020 - Jupyter Notebook
-
Updated
Dec 12, 2020 - C
-
Updated
Dec 2, 2020 - Julia
-
Updated
Nov 2, 2020 - Python
-
Updated
Dec 12, 2020 - Julia
-
Updated
Dec 11, 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
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
Jul 18, 2020 - C++
-
Updated
Dec 10, 2020 - C++
-
Updated
Dec 4, 2020 - C++
-
Updated
Nov 25, 2020 - MATLAB
-
Updated
Dec 30, 2018 - Python
-
Updated
May 23, 2019 - Python
-
Updated
Nov 12, 2020 - Jupyter Notebook
-
Updated
Dec 9, 2019 - C++
-
Updated
Jan 23, 2019 - Python
-
Updated
Dec 12, 2020 - Python
-
Updated
Jun 10, 2020 - R
-
Updated
Sep 20, 2018 - C++
-
Updated
Apr 13, 2020 - Python
-
Updated
Apr 17, 2018 - MATLAB
-
Updated
Sep 5, 2020 - Python
-
Updated
Apr 21, 2020
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.