![]() |
Dakota
Version
Explore and Predict with Confidence
|
Custom RW TKfactory: passes Dakota QUESO instance pointer to the TK at build. More...
Inherits TransitionKernelFactory.
Public Member Functions | |
| TKFactoryDIPC (const std::string &name) | |
| Constructor for Dakota RW transition kernel factory. | |
| virtual | ~TKFactoryDIPC () |
| Destructor for Dakota RW transition kernel factory. | |
| void | set_callback (NonDQUESOBayesCalibration *queso_instance) |
| Update the factory's QUESO callback pointer. | |
Protected Member Functions | |
| virtual QUESO::SharedPtr< QUESO::BaseTKGroup< QUESO::GslVector, QUESO::GslMatrix > >::Type | build_tk () override |
| build and return the custom TK | |
Private Attributes | |
| NonDQUESOBayesCalibration * | nonDQUESOInstance |
| pointer for callbacks to Dakota QUESO class | |
Custom RW TKfactory: passes Dakota QUESO instance pointer to the TK at build.
Can't share this factory between random walk and logit as their constructor arguments differ