-
Updated
Jul 6, 2020 - Python
sensitivity-analysis
Here are 91 public repositories matching this topic...
This issue that surfaced from conversation with @henrymoss .
If you wanted to do parallel evaluations of your objective, you might be able to do that with Emukit, but it isn't obvious how to get started. A good tutorial would be nice to help people out.
-
Updated
Jul 11, 2020 - Python
-
Updated
Mar 28, 2020 - Jupyter Notebook
-
Updated
Jul 10, 2020 - Julia
-
Updated
Jun 4, 2020 - Python
Describe the bug
If eps_r is shape (N,) then the fields solved are shape (N,1)
Either:
- disallow 1-D
eps_rarrays
Or: - keep track of
eps_rshape and reshape the fields to match.
-
Updated
Jun 27, 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
Hi all,
Can we add the FEM formulation that we use for solving the incompressible and variable-density (low-Mach) Navier-Stokes equations to the docs somewhere?
I did a cursory search on the website/doxygen documentation - but couldn't find it.
Currently, the representation is kind of hard to work with. Maybe we should have a solution type that stores sensitivities as a matrix, and stores the ODE solution separately, e.g.
struct ODELocalSensitivitySolution{S<:AbstractODESolution,D<:AbstractMatrix}
sol::T
sen::D
endIn ode_export, symbolic comparison should be used instead of string comparison (see #1060):
https://github.com/ICB-DCM/AMICI/blob/77dd58a3b92d43b1e0895c49a2f835c5c1181c2e/python/amici/ode_export.py#L2170
This is currently not possible, as some model quantities do not pass symbolics, but strings (e.g., dwdx).. One should find out, which routines pass string and make them pass symbolics, then cha
One thing that would make the generated API documentation more readable is to move the "Detailed Description" to the top of the page. This can be done by providing a layout file (https://stackoverflow.com/questions/19831837/documenting-with-doxygen-put-details-on-top).
It would also be useful to provide some consistent guidelines for documenting all classes and work towards them.
CMake Style Guide
Update example 1
-
Updated
Jul 9, 2020 - C++
-
Updated
Dec 30, 2018 - Python
I have some suggestions on how to make an actual documentation for OpenCossan (yes again development) and the internal Matlab documentation is horrible to use.
I will prepare an example of what I have in mind and present it at the first day of the Cossanthon.
-
Updated
May 23, 2019 - Python
-
Updated
Jan 23, 2019 - Python
We should have automatic unit tests to run in addition to the simple CI builds to ensure builds perform as expected.
-
Updated
Jun 10, 2020 - R
From the Dakota docs, either step_vector or final_point can be chosen as a parameter for a vector parameter study. Currently, only final_point has been implemented.
-
Updated
Apr 17, 2018 - MATLAB
-
Updated
Jul 9, 2020 - Python
-
Updated
Aug 13, 2019 - MATLAB
-
Updated
May 20, 2020 - R
-
Updated
Feb 8, 2020 - Julia
-
Updated
Jun 9, 2020 - R
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."


As raised by #307, we should add better documentation of the distributions you can select for inputs to a problem.