Add polynomial chaos expansion ensemble + analysis tasks#44
Merged
matt-graham merged 2 commits intomainfrom Mar 4, 2024
Merged
Add polynomial chaos expansion ensemble + analysis tasks#44matt-graham merged 2 commits intomainfrom
matt-graham merged 2 commits intomainfrom
Conversation
ac09193 to
81f719b
Compare
Collaborator
Author
|
Merging this without review 🙈 so that it's in for the workshop. |
This file contains hidden or 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
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.
Resolves #5
An alternative approach to that proposed in #43, this doesn't use the whole EasyVVUQ campaign infrastructure, only the components necessary for computing a polynomial chaos expansion (PCE) based analysis of NESO simulator outputs, while reusing as much of the existing infrastructure in the FabNESO for orchestrating running jobs and updating parameters in condition files as possible. Two tasks are added, one
neso_pce_ensemblefor running the ensemble of jobs corresponding to the quadrature points in the parameter space required to estimate the PCE coefficients, and a secondneso_pce_analysisfor taking the run outputs fromneso_pce_ensembleand computing the PCE coefficients, with the resulting analysis results allowing computation of statistics of the solver outputs and construction of a surrogate model.