-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge to main #9
Open
sahilbhola14
wants to merge
151
commits into
main
Choose a base branch
from
develop
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added sample based mutual information computation
1. RHT case now compatible with the paralell identifiability computation 2. Added quadrature computation
Other edits: 1. Added importance sampling example in quadrature
Notes: 1. Noise is structured such that the boundary points are not affected.
Minor updates: 1. Added plotting function for MI
1. enthalpy and internal energy match Cantera
Description: Combustion model for n_dodecane and methane are added. Correct S-curve is obtained for the methane case. For n_dodecane a sudded increases is noted.
Description: Leaning model for ignition time added for
Description: Added subsampling to compute the identifiability of the model. Theoretical estimates were also altered to include sub sampling
Description: 1. Modified the ignition time definition to gradient based, i.e. location with the highest change in temperature is the ignition time. 2. Conformed the model output to be in sync with the model identifiability computation. 3. Added log file
Added measurement uncertainty to the computation of Sobol Index.
Moved pull request outside the PULL_REQUEST_TEMPLATE folder
Added total sobol index computation
Added sobol index computation
Add sobol index computation from the data printed at each rank for the numerator and the denominator
Save the numerator and the denominator for the post processing step. This avoids on-line sobol index computation
Added variance convergence study for the Linear Gaussian case
Added Aggregate posterior computation
Tested: Linear Gaussian
Added Bias and Variance convergence study for identifiability.
Added identifiability based parameter normalization
Added normalized parameter learning for ignition temerature learning
Added the feature to skip the ranks which are not computed in sobol index computation.
Added functionality to forward solve the sobol values
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.