https://mooseframework.inl.gov
AffineInvariantDifferentialDecision.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
12 #include "PMCMCDecision.h"
13 #include "AffineInvariantDES.h"
14 
19 {
20 public:
22 
24 
25 protected:
26  virtual void computeTransitionVector(std::vector<Real> & tv,
27  const std::vector<Real> & evidence) override;
28 
29 private:
31  const AffineInvariantDES * const _aides;
32 };
PMCMCDecision will help making sample accept/reject decisions in MCMC schemes (for e...
Definition: PMCMCDecision.h:22
const AffineInvariantDES *const _aides
Affine differential sampler.
virtual void computeTransitionVector(std::vector< Real > &tv, const std::vector< Real > &evidence) override
Compute the transition probability vector (after the computation of evidence)
AffineInvariantDifferentialDecision(const InputParameters &parameters)
A class for performing Affine Invariant Ensemble MCMC with differential sampler.
A class for performing Affine Invariant Ensemble MCMC with differential sampler.
const InputParameters & parameters() const