Add polynomial chaos expansion ensemble + analysis tasks #44
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.