Brian M. Adams

Results 5 issues of Brian M. Adams

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

Per @dmcdougall add QUESO option to output log prior (in addition to log likelihood and log target)

Verify GPMSA works correctly on Bayes linear verification problem due to Brian Williams and add regression test if possible. Example is from [1] Adams, B.M., Coleman, Kayla, Hooper, Russell W.,...

enhancement

Add new user control for maximum number of likelihood evaluations, so a user can limit the total budget of an MCMC study. With potential out of bounds sampling and delayed...

enhancement

When running QUESO (through Dakota) in serial mode (MPI_Init not called) in GDB, it seems one can get into an infinite recursion with terminate_handler. I *think* what's happening is: -...