You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
EasyVVUQ v0.4
New Features
Parameter type and physical range checking (verification) implemented using Cerberus.
Implemented a Multisampler element, allowing arbitary number of samplers to be chained together, but behave as a single sampler.
Added a SweepSampler element, for parameter sweeps.
Added sparse grid functionality to the Stochastic Collocation sampler.
Added a "Worker" class (a stripped down version of the campaign) and associated tools (such as an external encoder script) to allow non-linear workflows, such as when integrating with pilot job managers.
Updates
Improved consistency and breadth of automated testing. Campaign restarts now properly tested too.
Added several more tutorials to the documentation.
Fixed bug in the CSV reader with respect to column label.