queso icon indicating copy to clipboard operation
queso copied to clipboard

QUESO is a C++ library for doing uncertainty quantification. QUESO stands for Quantification of Uncertainty for Estimation, Simulation and Optimization.

Results 65 queso issues
Sort by recently updated
recently updated
newest added

I'm using the input file from the bimodal test to solve a simple inverse problem using MLSampling, but the HDF5 output seems bugged. I set `ip_ml_last_rawChain_dataOutputFileType = h5` and it...

This issue is a bear. I have a branch called `numeric_vector`. There are a few parts to this branch: 1. Add libmesh's numeric vector stuff to queso's build system 2....

> Problem Context: > I've been running some chemical kinetics inadequacy stuff lately using > Queso. I built it successfully on our machine over here and runs with a >...

Ticket I got at TACC: ``` While I've gotten my test code to run correctly on Stampede, I'm running into a new issue as I move to the full calculations....

@roystgnr this is what I've been working on. Super not ready to merge yet.

do not merge

Enhance other (Environment, Metropolis Hastings, inverse problem) constructors with options setting flexibility similar to GPMSA, so one can default construct, set via C++ API, or parse from input file in...

enhancement

and don't forget to include the finite differencing aspect. Not everybody has analytical gradient information.

The logit transform: 1. isn't well documented; 2. is not in the user manual; 3. has complications that aren't explained; 4. has side-effects on printing the proposal covariance matrix which...

We can just concatenate each of the domains from each of the hyperparamaters, we don't need to duplicate the creation of an entire `hyperparamDomain` object.