33 virtual Real
computeSample(dof_id_type row_index, dof_id_type col_index)
override;
A class used to perform Monte Carlo Sampling with active learning.
std::vector< std::vector< Real > > _inputs_sto
Storage for previously accepted samples by the decision reporter system.
std::vector< Distribution const * > _distributions
Storage for distribution objects to be utilized.
const int & _step
Track the current step of the main App.
bool _is_sampling_completed
True if the sampling is completed.
int _retraining_steps
Number of retraining performed.
const unsigned int _num_batch
The maximum number of GP fails.
virtual bool isAdaptiveSamplingCompleted() const override
Returns true if the adaptive sampling is completed.
const int & _num_samples
Number of samples requested.
virtual void executeSetUp() override
Gather all the samples once per timestep.
static InputParameters validParams()
std::vector< std::vector< Real > > _inputs_gp_fails
Store the input params for which the GP fails.
const std::vector< bool > & _flag_sample
Flag samples if the surrogate prediction was inadequate.
virtual Real computeSample(dof_id_type row_index, dof_id_type col_index) override
Return the sample for the given row and column.
const InputParameters & parameters() const