MaCh3  2.6.1
Reference Guide
Classes | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | List of all members
ParameterHandlerBase Class Reference

Base class for handling systematic uncertainty parameters. More...

#include <Parameters/ParameterHandlerBase.h>

Inheritance diagram for ParameterHandlerBase:
[legend]
Collaboration diagram for ParameterHandlerBase:
[legend]

Classes

struct  FlipGroup
 Struct to hold information about a group of parameters that flip together at the same time. More...
 

Public Member Functions

 ParameterHandlerBase (std::string name, std::string file, double threshold=-1, int FirstPCAdpar=-999, int LastPCAdpar=-999)
 "Usual" constructors from root file More...
 
 ParameterHandlerBase ()=default
 
virtual ~ParameterHandlerBase ()
 Destructor. More...
 
void SetCovMatrix (TMatrixDSym *cov)
 Set covariance matrix. More...
 
void SetName (const std::string &name)
 Set matrix name. More...
 
void SetParName (const int i, const std::string &name)
 change parameter name More...
 
void SetSingleParameter (const int parNo, const double parVal)
 Set value of single param to a given value. More...
 
void SetPar (const int i, const double val)
 Set all the covariance matrix parameters to a user-defined value. More...
 
void SetParCurrProp (const int i, const double val)
 Set current parameter value. More...
 
void SetParProp (const int i, const double val)
 Set proposed parameter value. More...
 
void SetParameters (const std::vector< double > &pars={})
 Set parameter values using vector, it has to have same size as covariance class. More...
 
void SetFlatPrior (const int i, const bool eL)
 Set if parameter should have flat prior or not. More...
 
void SetRandomThrow (const int i, const double rand)
 Set random value useful for debugging/CI. More...
 
double GetRandomThrow (const int i) const
 Get random value useful for debugging/CI. More...
 
void SetBranches (TTree &tree, const bool SaveProposal=false)
 set branches for output file More...
 
void SetStepScale (const double scale, const bool verbose=true)
 Set global step scale for covariance object. More...
 
void SetIndivStepScale (const int ParameterIndex, const double StepScale)
 DB Function to set fIndivStepScale from a vector (Can be used from execs and inside covariance constructors) More...
 
void SetIndivStepScale (const std::vector< double > &stepscale)
 DB Function to set fIndivStepScale from a vector (Can be used from execs and inside covariance constructors) More...
 
void SetPrintLength (const unsigned int PriLen)
 KS: In case someone really want to change this. More...
 
void SaveUpdatedMatrixConfig ()
 KS: After step scale, prefit etc. value were modified save this modified config. More...
 
void ThrowParameters ()
 Throw the parameters according to the covariance matrix. This shouldn't be used in MCMC code ase it can break Detailed Balance;. More...
 
void RandomConfiguration ()
 Randomly throw the parameters in their 1 sigma range. More...
 
int CheckBounds () const _noexcept_
 Check if parameters were proposed outside physical boundary. More...
 
double CalcLikelihood () const _noexcept_
 Calc penalty term based on inverted covariance matrix. More...
 
virtual double GetLikelihood ()
 Return CalcLikelihood if some params were thrown out of boundary return LARGE_LOGL More...
 
TMatrixDSym * GetCovMatrix () const
 Return covariance matrix. More...
 
TMatrixDSym * GetInvCovMatrix () const
 Return inverted covariance matrix. More...
 
double GetInvCovMatrix (const int i, const int j) const
 Return inverted covariance matrix. More...
 
double GetCorrThrows (const int i) const
 Return correlated throws. More...
 
bool GetFlatPrior (const int i) const
 Get if param has flat prior or not. More...
 
std::string GetName () const
 Get name of covariance. More...
 
std::string GetParName (const int i) const
 Get name of parameter. More...
 
int GetParIndex (const std::string &name) const
 Get index based on name. More...
 
std::string GetParFancyName (const int i) const
 Get fancy name of the Parameter. More...
 
double GetDiagonalError (const int i) const
 Get diagonal error for ith parameter. More...
 
double GetError (const int i) const
 Get the error for the ith parameter. More...
 
void ResetIndivStepScale ()
 Adaptive Step Tuning Stuff. More...
 
void SetIndivStepScaleForSkippedAdaptParams ()
 Set individual step scale for parameters which are skipped during adaption to initial values. More...
 
void InitialiseAdaption (const YAML::Node &adapt_manager)
 Initialise adaptive MCMC. More...
 
void SaveAdaptiveToFile (const std::string &outFileName, const std::string &systematicName)
 Save adaptive throw matrix to file. More...
 
bool GetDoAdaption () const
 Do we adapt or not. More...
 
void SetThrowMatrix (const TMatrixDSym *cov)
 Use new throw matrix, used in adaptive MCMC. More...
 
void SetSubThrowMatrix (int first_index, int last_index, TMatrixDSym const &subcov)
 
void UpdateThrowMatrix (TMatrixDSym *cov)
 Replaces old throw matrix with new one. More...
 
void SetNumberOfSteps (const int nsteps)
 Set number of MCMC step, when running adaptive MCMC it is updated with given frequency. We need number of steps to determine frequency. More...
 
TMatrixDSym * GetThrowMatrix () const
 Get matrix used for step proposal. More...
 
double GetThrowMatrix (const int i, const int j) const
 Get matrix used for step proposal. More...
 
TH2D * GetCorrelationMatrix () const
 KS: Convert covariance matrix to correlation matrix and return TH2D which can be used for fancy plotting. More...
 
const M3::float_tRetPointer (const int iParam) const
 DB Pointer return to param position. More...
 
const std::vector< M3::float_t > & GetParPropVec ()
 Get a reference to the proposed parameter values Can be useful if you want to track these without having to copy values using getProposed() More...
 
int GetNumParams () const
 Get total number of parameters. More...
 
std::vector< double > GetPreFitValues () const
 Get the pre-fit values of the parameters. More...
 
std::vector< double > GetProposed () const
 Get vector of all proposed parameter values. More...
 
M3::float_t GetParProp (const int i) const
 Get proposed parameter value. More...
 
double GetParCurr (const int i) const
 Get current parameter value. More...
 
const std::vector< double > & GetParCurrVec () const
 Get vector of current parameter values. More...
 
double GetParPreFit (const int i) const
 Get prior parameter value. More...
 
double GetUpperBound (const int i) const
 Get upper parameter bound in which it is physically valid. More...
 
double GetLowerBound (const int i) const
 Get lower parameter bound in which it is physically valid. More...
 
double GetIndivStepScale (const int ParameterIndex) const
 Get individual step scale for selected parameter. More...
 
double GetGlobalStepScale () const
 Get global step scale for covariance object. More...
 
int GetNParameters () const
 Get number of params which will be different depending if using Eigen decomposition or not. More...
 
void PrintPreFitValues () const
 Print prior value for every parameter. More...
 
void PrintPreFitCurrPropValues () const
 Print prior, current and proposed value for each parameter. More...
 
void PrintIndivStepScale () const
 Print step scale for each parameter. More...
 
virtual void ProposeStep ()
 Generate a new proposed state. More...
 
void Randomize () _noexcept_
 "Randomize" the parameters in the covariance class for the proposed step. Used the proposal kernel and the current parameter value to set proposed step More...
 
void CorrelateSteps () _noexcept_
 Use Cholesky throw matrix for better step proposal. More...
 
void UpdateAdaptiveCovariance ()
 Method to update adaptive MCMC [15]. More...
 
void AcceptStep () _noexcept_
 Accepted this step. More...
 
void SetFixAllParameters ()
 Set all parameters to be fixed at prior values. More...
 
void SetFixParameter (const int i)
 Set parameter to be fixed at prior value. More...
 
void SetFixParameter (const std::string &name)
 Set parameter to be fixed at prior value. More...
 
void SetFreeAllParameters ()
 Set all parameters to be treated as free. More...
 
void SetFreeParameter (const int i)
 Set parameter to be treated as free. More...
 
void SetFreeParameter (const std::string &name)
 Set parameter to be treated as free. More...
 
bool IsParameterFixed (const int i) const
 Is parameter fixed or not. More...
 
bool IsParameterFixed (const std::string &name) const
 Is parameter fixed or not. More...
 
void ConstructPCA (const double eigen_threshold, int FirstPCAdpar, int LastPCAdpar)
 CW: Calculate eigen values, prepare transition matrices and remove param based on defined threshold. More...
 
bool IsPCA () const
 is PCA, can use to query e.g. LLH scans More...
 
YAML::Node GetConfig () const
 Getter to return a copy of the YAML node. More...
 
AdaptiveMCMCHandlerGetAdaptiveHandler () const
 Get pointer for AdaptiveHandler. More...
 
void SetTune (const std::string &TuneName)
 KS: Set proposed parameter values vector to be base on tune values, for example set proposed values to be of generated or maybe PostND. More...
 
PCAHandlerGetPCAHandler () const
 Get pointer for PCAHandler. More...
 
void MatchMaCh3OutputBranches (TTree *PosteriorFile, std::vector< double > &BranchValues, std::vector< std::string > &BranchNames, const std::vector< std::string > &FancyNames={})
 Matches branches in a TTree to parameters in a systematic handler. More...
 

Protected Member Functions

void InitFromFile (const std::string &name, const std::string &file)
 Initialisation of the class using matrix from root file. More...
 
void ReserveMemory (const int size)
 Initialise vectors with parameters information. More...
 
void MakePosDef (TMatrixDSym *cov=nullptr, bool verbose=true)
 Make matrix positive definite by adding small values to diagonal, necessary for inverting matrix. More...
 
void MakeClosestPosDef (TMatrixDSym *cov)
 HW: Finds closest possible positive definite matrix in Frobenius Norm ||.||_frob Where ||X||_frob=sqrt[sum_ij(x_ij^2)] (basically just turns an n,n matrix into vector in n^2 space then does Euclidean norm) More...
 
void SetThrowMatrixFromFile (const std::string &matrix_file_name, const std::string &matrix_name, const std::string &means_name)
 sets throw matrix from a file More...
 
void SanitizeAdaption () const
 Perform sanity check to ensure adaption isn't misbehaving before fit starts. More...
 
void FlipParameterGroup (std::string group)
 With a 50% chance, flip all parameters in a group around their respective flip points. More...
 
void CircularParBounds (const int i, const double LowBound, const double UpBound)
 HW :: This method is a tad hacky but modular arithmetic gives me a headache. More...
 
void EnableSpecialProposal (const YAML::Node &param, const int Index)
 Enable special proposal. More...
 
void SpecialStepProposal ()
 Perform Special Step Proposal. More...
 

Protected Attributes

bool doSpecialStepProposal
 Check if any of special step proposal were enabled. More...
 
std::string inputFile
 The input root file we read in. More...
 
std::string matrixName
 Name of cov matrix. More...
 
TMatrixDSym * covMatrix
 The covariance matrix. More...
 
TMatrixDSym * invCovMatrix
 The inverse covariance matrix. More...
 
std::vector< std::vector< double > > InvertCovMatrix
 KS: Same as above but much faster as TMatrixDSym cache miss. More...
 
std::vector< std::unique_ptr< TRandom3 > > random_number
 KS: Set Random numbers for each thread so each thread has different seed. More...
 
double * randParams
 Random number taken from gaussian around prior error used for corr_throw. More...
 
double * corr_throw
 Result of multiplication of Cholesky matrix and randParams. More...
 
double _fGlobalStepScale
 Global step scale applied to all params in this class. More...
 
int PrintLength
 KS: This is used when printing parameters, sometimes we have super long parameters name, we want to flexibly adjust couts. More...
 
std::vector< std::string > _fNames
 ETA _fNames is set automatically in the covariance class to be something like param_i, this is currently to make things compatible with the Diagnostic tools. More...
 
std::vector< std::string > _fFancyNames
 Fancy name for example rather than param_0 it is MAQE, useful for human reading. More...
 
YAML::Node _fYAMLDoc
 Stores config describing systematics. More...
 
int _fNumPar
 Number of systematic parameters. More...
 
std::vector< double > _fPreFitValue
 Parameter value dictated by the prior model. Based on it penalty term is calculated. More...
 
std::vector< double > _fCurrVal
 Current value of the parameter. More...
 
std::vector< M3::float_t_fPropVal
 Proposed value of the parameter. More...
 
std::vector< double > _fError
 Prior error on the parameter. More...
 
std::vector< double > _fLowBound
 Lowest physical bound, parameter will not be able to go beyond it. More...
 
std::vector< double > _fUpBound
 Upper physical bound, parameter will not be able to go beyond it. More...
 
std::vector< double > _fIndivStepScale
 Individual step scale used by MCMC algorithm. More...
 
std::vector< bool > _fFlatPrior
 Whether to apply flat prior or not. More...
 
std::vector< double > _fIndivStepScaleInitial
 Backup of _fIndivStepScale for parameters which are skipped during adaption. More...
 
double _fGlobalStepScaleInitial
 Backup of _fGlobalStepScale for parameters which are skipped during adaption. More...
 
std::vector< bool > param_skip_adapt_flags
 Flags telling if parameter should be skipped during adaption. More...
 
TMatrixDSym * throwMatrix
 Matrix which we use for step proposal before Cholesky decomposition (not actually used for step proposal) More...
 
double ** throwMatrixCholDecomp
 Throw matrix that is being used in the fit, much faster as TMatrixDSym cache miss. More...
 
bool pca
 perform PCA or not More...
 
bool use_adaptive
 Are we using AMCMC? More...
 
std::unique_ptr< PCAHandlerPCAObj
 Struct containing information about PCA. More...
 
std::unique_ptr< AdaptiveMCMCHandlerAdaptiveHandler
 Struct containing information about adaption. More...
 
std::unique_ptr< ParameterTunesTunes
 Struct containing information about adaption. More...
 
std::map< std::string, FlipGroupFlipGroups
 Map of flip groups, where the key is the group name and the value is a FlipGroup struct. More...
 
std::vector< int > CircularBoundsIndex
 Indices of parameters with circular bounds. More...
 
std::vector< std::pair< double, double > > CircularBoundsValues
 Circular bounds for each parameter (lower, upper) More...
 

Private Member Functions

void ToggleFixParameter (const int i)
 Toggle fixing parameter at prior values. More...
 
void ToggleFixParameter (const std::string &name)
 Toggle fixing parameter at prior values. More...
 

Detailed Description

Base class for handling systematic uncertainty parameters.

Provides core functionality for managing systematic parameters, including likelihood evaluation and covariance handling.

How parameters are loaded (e.g. from configuration files or ROOT inputs) is left to derived classes.

In the context of MCMC, the class may also be responsible for proposing parameter steps. Proposal strategies may include PCA-based sampling or adaptive proposal matrices.

Author
Dan Barrow
Ed Atkin
Kamil Skwarczynski

Definition at line 25 of file ParameterHandlerBase.h.

Constructor & Destructor Documentation

◆ ParameterHandlerBase() [1/2]

ParameterHandlerBase::ParameterHandlerBase ( std::string  name,
std::string  file,
double  threshold = -1,
int  FirstPCAdpar = -999,
int  LastPCAdpar = -999 
)

"Usual" constructors from root file

Parameters
nameMatrix name
filePath to matrix root file

Definition at line 7 of file ParameterHandlerBase.cpp.

8  : inputFile(file), pca(true) {
9 // ********************************************
10  MACH3LOG_DEBUG("Constructing instance of ParameterHandler");
11  doSpecialStepProposal = false;
12  // Not using adaptive by default
13  use_adaptive = false;
14  if (threshold < 0 || threshold >= 1) {
15  MACH3LOG_INFO("NOTE: {} {}", name, file);
16  MACH3LOG_INFO("Principal component analysis but given the threshold for the principal components to be less than 0, or greater than (or equal to) 1. This will not work");
17  MACH3LOG_INFO("Please specify a number between 0 and 1");
18  MACH3LOG_INFO("You specified: ");
19  MACH3LOG_INFO("Am instead calling the usual non-PCA constructor...");
20  pca = false;
21  }
22 
23  InitFromFile(name, file);
24 
25  // Call the innocent helper function
26  if (pca) ConstructPCA(threshold, FirstPCA, LastPCA);
27 }
#define MACH3LOG_DEBUG
Definition: MaCh3Logger.h:34
#define MACH3LOG_INFO
Definition: MaCh3Logger.h:35
bool use_adaptive
Are we using AMCMC?
std::string inputFile
The input root file we read in.
bool doSpecialStepProposal
Check if any of special step proposal were enabled.
void InitFromFile(const std::string &name, const std::string &file)
Initialisation of the class using matrix from root file.
void ConstructPCA(const double eigen_threshold, int FirstPCAdpar, int LastPCAdpar)
CW: Calculate eigen values, prepare transition matrices and remove param based on defined threshold.
bool pca
perform PCA or not

◆ ParameterHandlerBase() [2/2]

ParameterHandlerBase::ParameterHandlerBase ( )
default

◆ ~ParameterHandlerBase()

ParameterHandlerBase::~ParameterHandlerBase ( )
virtual

Destructor.

Definition at line 31 of file ParameterHandlerBase.cpp.

31  {
32 // ********************************************
33  delete[] randParams;
34  delete[] corr_throw;
35 
36  if (covMatrix != nullptr) delete covMatrix;
37  if (invCovMatrix != nullptr) delete invCovMatrix;
38  if (throwMatrix != nullptr) delete throwMatrix;
39  for(int i = 0; i < _fNumPar; i++) {
40  delete[] throwMatrixCholDecomp[i];
41  }
42  delete[] throwMatrixCholDecomp;
43 }
double * randParams
Random number taken from gaussian around prior error used for corr_throw.
double ** throwMatrixCholDecomp
Throw matrix that is being used in the fit, much faster as TMatrixDSym cache miss.
TMatrixDSym * invCovMatrix
The inverse covariance matrix.
TMatrixDSym * throwMatrix
Matrix which we use for step proposal before Cholesky decomposition (not actually used for step propo...
int _fNumPar
Number of systematic parameters.
TMatrixDSym * covMatrix
The covariance matrix.
double * corr_throw
Result of multiplication of Cholesky matrix and randParams.

Member Function Documentation

◆ AcceptStep()

void ParameterHandlerBase::AcceptStep ( )

Accepted this step.

Definition at line 516 of file ParameterHandlerBase.cpp.

516  {
517 // ********************************************
518  if (!pca) {
519  #ifdef MULTITHREAD
520  #pragma omp parallel for
521  #endif
522  for (int i = 0; i < _fNumPar; ++i) {
523  // Update state so that current state is proposed state
524  _fCurrVal[i] = _fPropVal[i];
525  }
526  } else {
527  PCAObj->AcceptStep();
528  }
529 
530  if (AdaptiveHandler) {
531  AdaptiveHandler->IncrementAcceptedSteps();
532  }
533 }
std::unique_ptr< AdaptiveMCMCHandler > AdaptiveHandler
Struct containing information about adaption.
std::vector< M3::float_t > _fPropVal
Proposed value of the parameter.
std::unique_ptr< PCAHandler > PCAObj
Struct containing information about PCA.
std::vector< double > _fCurrVal
Current value of the parameter.

◆ CalcLikelihood()

double ParameterHandlerBase::CalcLikelihood ( ) const

Calc penalty term based on inverted covariance matrix.

The log-likelihood is computed as:

\[ \log \mathcal{L} = \frac{1}{2} \sum_{i}^{\textrm{pars}} \sum_{j}^{\textrm{pars}} \Delta \vec{p}_i \left( V^{-1} \right)_{i,j} \Delta \vec{p}_j \]

where:

  • \(\Delta \vec{p}_i = \theta_i - \theta_{i,0}\) is the difference between the current and pre-fit parameter values,
  • \(V^{-1}\) is the inverted covariance matrix.
Note
  • If _fFlatPrior[i] is true, the parameter is excluded from the calculation.

Definition at line 594 of file ParameterHandlerBase.cpp.

594  {
595 // ********************************************
596  double logL = 0.0;
597  #ifdef MULTITHREAD
598  #pragma omp parallel for reduction(+:logL)
599  #endif
600  for(int i = 0; i < _fNumPar; ++i) {
601  if(_fFlatPrior[i]){
602  //HW: Flat prior, no need to calculate anything
603  continue;
604  }
605  // KS: Precalculate Diff once per "i" without doing this for every "j"
606  const double Diff = _fPropVal[i] - _fPreFitValue[i];
607  #ifdef MULTITHREAD
608  #pragma omp simd
609  #endif
610  for (int j = 0; j <= i; ++j) {
611  if (!_fFlatPrior[j]) {
612  //KS: Since matrix is symmetric we can calculate non diagonal elements only once and multiply by 2, can bring up to factor speed decrease.
613  double scale = (i != j) ? 1. : 0.5;
614  logL += scale * Diff * (_fPropVal[j] - _fPreFitValue[j])*InvertCovMatrix[i][j];
615  }
616  }
617  }
618  return logL;
619 }
std::vector< bool > _fFlatPrior
Whether to apply flat prior or not.
std::vector< std::vector< double > > InvertCovMatrix
KS: Same as above but much faster as TMatrixDSym cache miss.
std::vector< double > _fPreFitValue
Parameter value dictated by the prior model. Based on it penalty term is calculated.

◆ CheckBounds()

int ParameterHandlerBase::CheckBounds ( ) const

Check if parameters were proposed outside physical boundary.

Definition at line 622 of file ParameterHandlerBase.cpp.

622  {
623 // ********************************************
624  int NOutside = 0;
625  for (int i = 0; i < _fNumPar; ++i) {
626  // KS: Count how many parameters are outside bounds using branchless logic
627  // faster by at least factor two
628  // Do not multithread even with 5k params no gains
629  NOutside += (_fPropVal[i] > _fUpBound[i]) | (_fPropVal[i] < _fLowBound[i]);
630  }
631  return NOutside;
632 }
std::vector< double > _fLowBound
Lowest physical bound, parameter will not be able to go beyond it.
std::vector< double > _fUpBound
Upper physical bound, parameter will not be able to go beyond it.

◆ CircularParBounds()

void ParameterHandlerBase::CircularParBounds ( const int  i,
const double  LowBound,
const double  UpBound 
)
protected

HW :: This method is a tad hacky but modular arithmetic gives me a headache.

Author
Henry Wallace

Definition at line 539 of file ParameterHandlerBase.cpp.

539  {
540 // *************************************
541  if(_fPropVal[index] > UpBound) {
542  _fPropVal[index] = static_cast<M3::float_t>(LowBound + std::fmod(_fPropVal[index] - UpBound, UpBound - LowBound));
543  } else if (_fPropVal[index] < LowBound) {
544  _fPropVal[index] = static_cast<M3::float_t>(UpBound - std::fmod(LowBound - _fPropVal[index], UpBound - LowBound));
545  }
546 }
double float_t
Definition: Core.h:37

◆ ConstructPCA()

void ParameterHandlerBase::ConstructPCA ( const double  eigen_threshold,
int  FirstPCAdpar,
int  LastPCAdpar 
)

CW: Calculate eigen values, prepare transition matrices and remove param based on defined threshold.

Parameters
eigen_thresholdPCA threshold from 0 to 1. Default is -1 and means no PCA
FirstPCAdparFirst PCA parameter that will be decomposed.
LastPCAdparFirst PCA parameter that will be decomposed.
See also
For more details, visit the PCAHandler

Definition at line 46 of file ParameterHandlerBase.cpp.

46  {
47 // ********************************************
48  if(AdaptiveHandler) {
49  MACH3LOG_ERROR("Adaption has been enabled and now trying to enable PCA. Right now both configuration don't work with each other");
50  throw MaCh3Exception(__FILE__ , __LINE__ );
51  }
52 
53  PCAObj = std::make_unique<PCAHandler>();
54  //Check whether first and last pcadpar are set and if not just PCA everything
55  if(FirstPCAdpar == -999 || LastPCAdpar == -999) {
56  if(FirstPCAdpar == -999 && LastPCAdpar == -999) {
57  FirstPCAdpar = 0;
58  LastPCAdpar = covMatrix->GetNrows()-1;
59  }
60  else{
61  MACH3LOG_ERROR("You must either leave FirstPCAdpar and LastPCAdpar at -999 or set them both to something");
62  throw MaCh3Exception(__FILE__ , __LINE__ );
63  }
64  }
65 
66  PCAObj->ConstructPCA(covMatrix, FirstPCAdpar, LastPCAdpar, eigen_threshold, _fNumPar);
67  PCAObj->SetupPointers(&_fCurrVal, &_fPropVal);
68  // Make a note that we have now done PCA
69  pca = true;
70 }
#define MACH3LOG_ERROR
Definition: MaCh3Logger.h:37
Custom exception class used throughout MaCh3.

◆ CorrelateSteps()

void ParameterHandlerBase::CorrelateSteps ( )

Use Cholesky throw matrix for better step proposal.

Definition at line 491 of file ParameterHandlerBase.cpp.

491  {
492 // ************************************************
493  //KS: Using custom function compared to ROOT one with 8 threads we have almost factor 2 performance increase, by replacing TMatrix with just double we increase it even more
495 
496  // If not doing PCA
497  if (!pca) {
498  #ifdef MULTITHREAD
499  #pragma omp parallel for
500  #endif
501  for (int i = 0; i < _fNumPar; ++i) {
502  if (!IsParameterFixed(i) > 0.) {
503  #pragma GCC diagnostic push
504  #pragma GCC diagnostic ignored "-Wuseless-cast"
506  #pragma GCC diagnostic pop
507  }
508  }
509  // If doing PCA throw uncorrelated in PCA basis (orthogonal basis by definition)
510  } else {
512  }
513 }
double _fGlobalStepScale
Global step scale applied to all params in this class.
bool IsParameterFixed(const int i) const
Is parameter fixed or not.
std::vector< double > _fIndivStepScale
Individual step scale used by MCMC algorithm.
void MatrixVectorMulti(double *_restrict_ VecMulti, double **_restrict_ matrix, const double *_restrict_ vector, const int n)
KS: Custom function to perform multiplication of matrix and vector with multithreading.

◆ EnableSpecialProposal()

void ParameterHandlerBase::EnableSpecialProposal ( const YAML::Node &  param,
const int  Index 
)
protected

Enable special proposal.

Definition at line 116 of file ParameterHandlerBase.cpp.

116  {
117 // ********************************************
118  doSpecialStepProposal = true;
119 
120  bool CircEnabled = false;
121  std::pair<double, double> circular_bounds;
122 
123  bool FlipEnabled = false;
124  std::string flip_group;
125  double flip_point;
126 
127  if (param["CircularBounds"]) {
128  CircEnabled = true;
129  circular_bounds = Get<std::pair<double, double>>(param["CircularBounds"], __FILE__, __LINE__);
130  }
131 
132  if (param["FlipParameter"]) {
133  FlipEnabled = true;
134  // grab flip group if it exists, otherwise use the parameter name as the group
135  if (param["FlipGroup"]) {
136  flip_group = Get<std::string>(param["FlipGroup"], __FILE__, __LINE__);
137  } else {
138  flip_group = GetParFancyName(Index);
139  }
140  flip_point = Get<double>(param["FlipParameter"], __FILE__, __LINE__);
141  }
142 
143  if (!CircEnabled && !FlipEnabled) {
144  MACH3LOG_ERROR("None of Special Proposal were enabled even though param {}, has SpecialProposal entry in Yaml", GetParFancyName(Index));
145  throw MaCh3Exception(__FILE__, __LINE__);
146  }
147 
148  if (CircEnabled) {
149  CircularBoundsIndex.push_back(Index);
150  CircularBoundsValues.push_back(circular_bounds);
151  MACH3LOG_INFO("Enabling CircularBounds for parameter {} with range [{}, {}]",
152  GetParFancyName(Index),
153  circular_bounds.first,
154  circular_bounds.second);
155  // KS: Make sure circular bounds are within physical bounds. If we are outside of physics bound MCMC will never explore such phase space region
156  if (circular_bounds.first < _fLowBound.at(Index) || circular_bounds.second > _fUpBound.at(Index)) {
157  MACH3LOG_ERROR("Circular bounds [{}, {}] for parameter {} exceed physical bounds [{}, {}]",
158  circular_bounds.first, circular_bounds.second,
159  GetParFancyName(Index),
160  _fLowBound.at(Index), _fUpBound.at(Index));
161  throw MaCh3Exception(__FILE__, __LINE__);
162  }
163  // KS: Make sure CircularPrior is applied only to param with flat prior. Sadly doesn't work with Gaussian
164  if(GetFlatPrior(Index) == false) {
165  MACH3LOG_ERROR("Enabled CircularPrior for parameter {}, which has gaussian prior", GetParFancyName(Index));
166  MACH3LOG_ERROR("This is not supported, CircularPrior only works with flat prior");
167  MACH3LOG_ERROR("Change FlatPrior in Parameter config to true");
168  throw MaCh3Exception(__FILE__, __LINE__);
169  }
170  }
171 
172  if (FlipEnabled) {
173  FlipGroup& group = FlipGroups[flip_group];
174  group.FlipParameterIndex.push_back(Index);
175  group.FlipParameterPoint.push_back(flip_point);
176 
177  MACH3LOG_INFO("Enabling Flipping for parameter {} in group {} with value {}",
178  GetParFancyName(Index),
179  flip_group,
180  flip_point);
181  }
182 
183  if (CircEnabled && FlipEnabled) {
184  if (flip_point < circular_bounds.first || flip_point > circular_bounds.second) {
185  MACH3LOG_ERROR("FlipParameter value {} for parameter {} is outside the CircularBounds [{}, {}]",
186  flip_point, GetParFancyName(Index), circular_bounds.first, circular_bounds.second);
187  throw MaCh3Exception(__FILE__, __LINE__);
188  }
189 
190  const double low = circular_bounds.first;
191  const double high = circular_bounds.second;
192 
193  // Sanity check: ensure flipping any x in [low, high] keeps the result in [low, high]
194  const double flipped_low = 2 * flip_point - low;
195  const double flipped_high = 2 * flip_point - high;
196  const double min_flip = std::min(flipped_low, flipped_high);
197  const double max_flip = std::max(flipped_low, flipped_high);
198 
199  if (min_flip < low || max_flip > high) {
200  MACH3LOG_ERROR("Flipping about point {} for parameter {} would leave circular bounds [{}, {}]",
201  flip_point, GetParFancyName(Index), low, high);
202  throw MaCh3Exception(__FILE__, __LINE__);
203  }
204  }
205 }
std::vector< int > CircularBoundsIndex
Indices of parameters with circular bounds.
std::map< std::string, FlipGroup > FlipGroups
Map of flip groups, where the key is the group name and the value is a FlipGroup struct.
std::string GetParFancyName(const int i) const
Get fancy name of the Parameter.
std::vector< std::pair< double, double > > CircularBoundsValues
Circular bounds for each parameter (lower, upper)
bool GetFlatPrior(const int i) const
Get if param has flat prior or not.

◆ FlipParameterGroup()

void ParameterHandlerBase::FlipParameterGroup ( std::string  group)
protected

With a 50% chance, flip all parameters in a group around their respective flip points.

Parameters
groupName of the flip group

Definition at line 549 of file ParameterHandlerBase.cpp.

549  {
550 // *************************************
551  if(random_number[0]->Uniform() < 0.5) {
552  for (size_t i = 0; i < FlipGroups[group].FlipParameterIndex.size(); ++i) {
553  const int index = FlipGroups[group].FlipParameterIndex[i];
554  if(!IsParameterFixed(index)) {
555  const double flip_point = FlipGroups[group].FlipParameterPoint[i];
556  _fPropVal[index] = static_cast<M3::float_t>(2 * flip_point - _fPropVal[index]);
557  }
558  }
559  }
560 }
std::vector< std::unique_ptr< TRandom3 > > random_number
KS: Set Random numbers for each thread so each thread has different seed.

◆ GetAdaptiveHandler()

AdaptiveMCMCHandler* ParameterHandlerBase::GetAdaptiveHandler ( ) const
inline

Get pointer for AdaptiveHandler.

Definition at line 310 of file ParameterHandlerBase.h.

310  {
311  if (!use_adaptive) {
312  MACH3LOG_ERROR("Am not running in Adaptive mode");
313  throw MaCh3Exception(__FILE__ , __LINE__ );
314  }
315  return AdaptiveHandler.get();
316  }

◆ GetConfig()

YAML::Node ParameterHandlerBase::GetConfig ( ) const
inline

Getter to return a copy of the YAML node.

Definition at line 307 of file ParameterHandlerBase.h.

307 { return _fYAMLDoc; }
YAML::Node _fYAMLDoc
Stores config describing systematics.

◆ GetCorrelationMatrix()

TH2D * ParameterHandlerBase::GetCorrelationMatrix ( ) const

KS: Convert covariance matrix to correlation matrix and return TH2D which can be used for fancy plotting.

This function converts the covariance matrix to a correlation matrix and returns a TH2D object, which can be used for advanced plotting purposes.

Returns
A pointer to a TH2D object representing the correlation matrix

Definition at line 1190 of file ParameterHandlerBase.cpp.

1190  {
1191 // ********************************************
1192  TH2D* hMatrix = new TH2D(GetName().c_str(), GetName().c_str(), _fNumPar, 0.0, _fNumPar, _fNumPar, 0.0, _fNumPar);
1193  hMatrix->SetDirectory(nullptr);
1194  for(int i = 0; i < _fNumPar; i++)
1195  {
1196  hMatrix->SetBinContent(i+1, i+1, 1.);
1197  hMatrix->GetXaxis()->SetBinLabel(i+1, GetParFancyName(i).c_str());
1198  hMatrix->GetYaxis()->SetBinLabel(i+1, GetParFancyName(i).c_str());
1199  }
1200 
1201  #ifdef MULTITHREAD
1202  #pragma omp parallel for
1203  #endif
1204  for(int i = 0; i < _fNumPar; i++)
1205  {
1206  for(int j = 0; j <= i; j++)
1207  {
1208  const double Corr = (*covMatrix)(i,j) / ( GetDiagonalError(i) * GetDiagonalError(j));
1209  hMatrix->SetBinContent(i+1, j+1, Corr);
1210  hMatrix->SetBinContent(j+1, i+1, Corr);
1211  }
1212  }
1213  return hMatrix;
1214 }
std::string GetName() const
Get name of covariance.
double GetDiagonalError(const int i) const
Get diagonal error for ith parameter.

◆ GetCorrThrows()

double ParameterHandlerBase::GetCorrThrows ( const int  i) const
inline

Return correlated throws.

Parameters
iParameter index

Definition at line 134 of file ParameterHandlerBase.h.

134 { return corr_throw[i]; }

◆ GetCovMatrix()

TMatrixDSym* ParameterHandlerBase::GetCovMatrix ( ) const
inline

Return covariance matrix.

Definition at line 126 of file ParameterHandlerBase.h.

126 { return covMatrix; }

◆ GetDiagonalError()

double ParameterHandlerBase::GetDiagonalError ( const int  i) const
inline

Get diagonal error for ith parameter.

Parameters
iParameter index

Definition at line 155 of file ParameterHandlerBase.h.

155 { return std::sqrt((*covMatrix)(i,i)); }

◆ GetDoAdaption()

bool ParameterHandlerBase::GetDoAdaption ( ) const
inline

Do we adapt or not.

Definition at line 174 of file ParameterHandlerBase.h.

174 {return use_adaptive;}

◆ GetError()

double ParameterHandlerBase::GetError ( const int  i) const
inline

Get the error for the ith parameter.

Parameters
iParameter index

Definition at line 158 of file ParameterHandlerBase.h.

158 {return _fError[i];}
std::vector< double > _fError
Prior error on the parameter.

◆ GetFlatPrior()

bool ParameterHandlerBase::GetFlatPrior ( const int  i) const
inline

Get if param has flat prior or not.

Parameters
iParameter index

Definition at line 138 of file ParameterHandlerBase.h.

138 { return _fFlatPrior[i]; }

◆ GetGlobalStepScale()

double ParameterHandlerBase::GetGlobalStepScale ( ) const
inline

Get global step scale for covariance object.

Definition at line 240 of file ParameterHandlerBase.h.

240 {return _fGlobalStepScale; }

◆ GetIndivStepScale()

double ParameterHandlerBase::GetIndivStepScale ( const int  ParameterIndex) const
inline

Get individual step scale for selected parameter.

Parameters
ParameterIndexParameter index

Definition at line 238 of file ParameterHandlerBase.h.

238 {return _fIndivStepScale.at(ParameterIndex); }

◆ GetInvCovMatrix() [1/2]

TMatrixDSym* ParameterHandlerBase::GetInvCovMatrix ( ) const
inline

Return inverted covariance matrix.

Definition at line 128 of file ParameterHandlerBase.h.

128 { return invCovMatrix; }

◆ GetInvCovMatrix() [2/2]

double ParameterHandlerBase::GetInvCovMatrix ( const int  i,
const int  j 
) const
inline

Return inverted covariance matrix.

Definition at line 130 of file ParameterHandlerBase.h.

130 { return InvertCovMatrix[i][j]; }

◆ GetLikelihood()

double ParameterHandlerBase::GetLikelihood ( )
virtual

Return CalcLikelihood if some params were thrown out of boundary return LARGE_LOGL

Reimplemented in PyParameterHandlerBase.

Definition at line 635 of file ParameterHandlerBase.cpp.

635  {
636 // ********************************************
637  // Default behaviour is to reject negative values + do std llh calculation
638  const int NOutside = CheckBounds();
639 
640  if(NOutside > 0) return NOutside*M3::_LARGE_LOGL_;
641 
642  return CalcLikelihood();
643 }
double CalcLikelihood() const _noexcept_
Calc penalty term based on inverted covariance matrix.
int CheckBounds() const _noexcept_
Check if parameters were proposed outside physical boundary.
constexpr static const double _LARGE_LOGL_
Large Likelihood is used it parameter go out of physical boundary, this indicates in MCMC that such s...
Definition: Core.h:80

◆ GetLowerBound()

double ParameterHandlerBase::GetLowerBound ( const int  i) const
inline

Get lower parameter bound in which it is physically valid.

Parameters
iParameter index

Definition at line 235 of file ParameterHandlerBase.h.

235 { return _fLowBound[i]; }

◆ GetName()

std::string ParameterHandlerBase::GetName ( ) const
inline

Get name of covariance.

Definition at line 141 of file ParameterHandlerBase.h.

141 { return matrixName; }
std::string matrixName
Name of cov matrix.

◆ GetNParameters()

int ParameterHandlerBase::GetNParameters ( ) const
inline

Get number of params which will be different depending if using Eigen decomposition or not.

Definition at line 243 of file ParameterHandlerBase.h.

243  {
244  if (pca) return PCAObj->GetNumberPCAedParameters();
245  else return _fNumPar;
246  }

◆ GetNumParams()

int ParameterHandlerBase::GetNumParams ( ) const
inline

Get total number of parameters.

Definition at line 213 of file ParameterHandlerBase.h.

213 {return _fNumPar;}

◆ GetParCurr()

double ParameterHandlerBase::GetParCurr ( const int  i) const
inline

Get current parameter value.

Parameters
iParameter index

Definition at line 223 of file ParameterHandlerBase.h.

223 { return _fCurrVal[i]; }

◆ GetParCurrVec()

const std::vector<double>& ParameterHandlerBase::GetParCurrVec ( ) const
inline

Get vector of current parameter values.

Definition at line 225 of file ParameterHandlerBase.h.

225 { return _fCurrVal; }

◆ GetParFancyName()

std::string ParameterHandlerBase::GetParFancyName ( const int  i) const
inline

Get fancy name of the Parameter.

Parameters
iParameter index

Definition at line 151 of file ParameterHandlerBase.h.

151 {return _fFancyNames[i];}
std::vector< std::string > _fFancyNames
Fancy name for example rather than param_0 it is MAQE, useful for human reading.

◆ GetParIndex()

int ParameterHandlerBase::GetParIndex ( const std::string &  name) const

Get index based on name.

Definition at line 724 of file ParameterHandlerBase.cpp.

724  {
725 // ********************************************
726  int Index = M3::_BAD_INT_;
727  for (int i = 0; i <_fNumPar; ++i) {
728  if(name == _fFancyNames[i]) {
729  Index = i;
730  break;
731  }
732  }
733  return Index;
734 }
constexpr static const int _BAD_INT_
Default value used for int initialisation.
Definition: Core.h:55

◆ GetParName()

std::string ParameterHandlerBase::GetParName ( const int  i) const
inline

Get name of parameter.

Parameters
iParameter index

Definition at line 144 of file ParameterHandlerBase.h.

144 {return _fNames[i];}
std::vector< std::string > _fNames
ETA _fNames is set automatically in the covariance class to be something like param_i,...

◆ GetParPreFit()

double ParameterHandlerBase::GetParPreFit ( const int  i) const
inline

Get prior parameter value.

Parameters
iParameter index

Definition at line 229 of file ParameterHandlerBase.h.

229 { return _fPreFitValue[i]; }

◆ GetParProp()

M3::float_t ParameterHandlerBase::GetParProp ( const int  i) const
inline

Get proposed parameter value.

Parameters
iParameter index

Definition at line 220 of file ParameterHandlerBase.h.

220 { return _fPropVal[i]; }

◆ GetParPropVec()

const std::vector<M3::float_t>& ParameterHandlerBase::GetParPropVec ( )
inline

Get a reference to the proposed parameter values Can be useful if you want to track these without having to copy values using getProposed()

Definition at line 210 of file ParameterHandlerBase.h.

210 {return _fPropVal;}

◆ GetPCAHandler()

PCAHandler* ParameterHandlerBase::GetPCAHandler ( ) const
inline

Get pointer for PCAHandler.

Definition at line 322 of file ParameterHandlerBase.h.

322  {
323  if (!pca) {
324  MACH3LOG_ERROR("Am not running in PCA mode");
325  throw MaCh3Exception(__FILE__ , __LINE__ );
326  }
327  return PCAObj.get();
328  }

◆ GetPreFitValues()

std::vector<double> ParameterHandlerBase::GetPreFitValues ( ) const
inline

Get the pre-fit values of the parameters.

Definition at line 215 of file ParameterHandlerBase.h.

215 {return _fPreFitValue;}

◆ GetProposed()

std::vector< double > ParameterHandlerBase::GetProposed ( ) const

Get vector of all proposed parameter values.

Definition at line 290 of file ParameterHandlerBase.cpp.

290  {
291 // ********************************************
292  std::vector<double> props(_fNumPar);
293  for (int i = 0; i < _fNumPar; ++i) props[i] = _fPropVal[i];
294  return props;
295 }

◆ GetRandomThrow()

double ParameterHandlerBase::GetRandomThrow ( const int  i) const
inline

Get random value useful for debugging/CI.

Parameters
iParameter index

Definition at line 77 of file ParameterHandlerBase.h.

77 { return randParams[i];}

◆ GetThrowMatrix() [1/2]

TMatrixDSym* ParameterHandlerBase::GetThrowMatrix ( ) const
inline

Get matrix used for step proposal.

Definition at line 187 of file ParameterHandlerBase.h.

187 {return throwMatrix;}

◆ GetThrowMatrix() [2/2]

double ParameterHandlerBase::GetThrowMatrix ( const int  i,
const int  j 
) const
inline

Get matrix used for step proposal.

Definition at line 189 of file ParameterHandlerBase.h.

189 { return throwMatrixCholDecomp[i][j];}

◆ GetUpperBound()

double ParameterHandlerBase::GetUpperBound ( const int  i) const
inline

Get upper parameter bound in which it is physically valid.

Parameters
iParameter index

Definition at line 232 of file ParameterHandlerBase.h.

232 { return _fUpBound[i];}

◆ InitFromFile()

void ParameterHandlerBase::InitFromFile ( const std::string &  name,
const std::string &  file 
)
protected

Initialisation of the class using matrix from root file.

Definition at line 73 of file ParameterHandlerBase.cpp.

73  {
74 // ********************************************
75  // Set the covariance matrix from input ROOT file (e.g. flux, ND280, NIWG)
76  TFile *infile = new TFile(file.c_str(), "READ");
77  if (infile->IsZombie()) {
78  MACH3LOG_ERROR("Could not open input covariance ROOT file {} !!!", file);
79  MACH3LOG_ERROR("Was about to retrieve matrix with name {}", name);
80  throw MaCh3Exception(__FILE__ , __LINE__ );
81  }
82 
83  TMatrixDSym *CovMat = static_cast<TMatrixDSym*>(infile->Get(name.c_str()));
84 
85  if (!CovMat) {
86  MACH3LOG_ERROR("Could not find covariance matrix name {} in file {}", name, file);
87  MACH3LOG_ERROR("Are you really sure {} exists in the file?", name);
88  throw MaCh3Exception(__FILE__ , __LINE__ );
89  }
90 
91  PrintLength = 35;
92 
93  const int nThreads = M3::GetNThreads();
94  //KS: set Random numbers for each thread so each thread has different seed
95  //or for one thread if without MULTITHREAD
96  random_number.reserve(nThreads);
97  for (int iThread = 0; iThread < nThreads; iThread++) {
98  random_number.emplace_back(std::make_unique<TRandom3>(0));
99  }
100  // Set the covariance matrix
101  _fNumPar = CovMat->GetNrows();
102 
104  SetName(name);
105  MakePosDef(CovMat);
106  SetCovMatrix(CovMat);
107 
108  infile->Close();
109 
110  MACH3LOG_INFO("Created covariance matrix named: {}", GetName());
111  MACH3LOG_INFO("from file: {}", file);
112  delete infile;
113 }
void SetName(const std::string &name)
Set matrix name.
void SetCovMatrix(TMatrixDSym *cov)
Set covariance matrix.
void ReserveMemory(const int size)
Initialise vectors with parameters information.
int PrintLength
KS: This is used when printing parameters, sometimes we have super long parameters name,...
void MakePosDef(TMatrixDSym *cov=nullptr, bool verbose=true)
Make matrix positive definite by adding small values to diagonal, necessary for inverting matrix.
int GetNThreads()
number of threads which we need for example for TRandom3
Definition: Monitor.cpp:372

◆ InitialiseAdaption()

void ParameterHandlerBase::InitialiseAdaption ( const YAML::Node &  adapt_manager)

Initialise adaptive MCMC.

Parameters
adapt_managerNode having from which we load all adaptation options

Definition at line 1021 of file ParameterHandlerBase.cpp.

1021  {
1022 // ********************************************
1023  if(PCAObj){
1024  MACH3LOG_ERROR("PCA has been enabled and now trying to enable Adaption. Right now both configuration don't work with each other");
1025  throw MaCh3Exception(__FILE__ , __LINE__ );
1026  }
1027  if(AdaptiveHandler){
1028  MACH3LOG_ERROR("Adaptive Handler has already been initialise can't do it again so skipping.");
1029  return;
1030  }
1031  AdaptiveHandler = std::make_unique<AdaptiveMCMCHandler>();
1032 
1033  // HH: Backing up _fIndivStepScale and _fGlobalStepScale before adaption
1036 
1037  // HH: adding these here because they will be used to set the individual step scales for non-adapting parameters
1038  auto params_to_skip = GetFromManager<std::vector<std::string>>(adapt_manager["AdaptionOptions"]["Covariance"][matrixName]["ParametersToSkip"], {}, __FILE__ , __LINE__);
1039  // Build a list of skip flags
1040  param_skip_adapt_flags.resize(_fNumPar, false);
1041  for (int i = 0; i <_fNumPar; ++i) {
1043  }
1044 
1045  // Now we read the general settings [these SHOULD be common across all matrices!]
1046  bool success = AdaptiveHandler->InitFromConfig(adapt_manager, matrixName,
1049  );
1050  if (success) {
1051  // Ensure there is no misconfiguration in adaption config
1052  SanitizeAdaption();
1053  AdaptiveHandler->Print();
1054  } else {
1055  MACH3LOG_INFO("Not using adaptive MCMC for {}. Checking external matrix options...", matrixName);
1056  }
1057 
1058  // HH: Adjusting the external matrix reading logic such that you can not do adaptive
1059  // and still read an external matrix
1060  // Logic:
1061  // if read external matrix:
1062  // set throw matrix regardless of adaptive or not
1063  // else:
1064  // if adaptive:
1065  // create new adaptive matrix from scratch
1066  // else:
1067  // do nothing
1068  if(GetFromManager<bool>(adapt_manager["AdaptionOptions"]["Covariance"][matrixName]["UseExternalMatrix"], false, __FILE__ , __LINE__)) {
1069  // Finally, we accept that we want to read the matrix from a file!
1070  auto external_file_name = GetFromManager<std::string>(adapt_manager["AdaptionOptions"]["Covariance"][matrixName]["ExternalMatrixFileName"], "", __FILE__ , __LINE__);
1071  auto external_matrix_name = GetFromManager<std::string>(adapt_manager["AdaptionOptions"]["Covariance"][matrixName]["ExternalMatrixName"], "", __FILE__ , __LINE__);
1072  auto external_mean_name = GetFromManager<std::string>(adapt_manager["AdaptionOptions"]["Covariance"][matrixName]["ExternalMeansName"], "", __FILE__ , __LINE__);
1073 
1074  AdaptiveHandler->SetThrowMatrixFromFile(external_file_name, external_matrix_name, external_mean_name, use_adaptive);
1075  SetThrowMatrix(AdaptiveHandler->GetAdaptiveCovariance());
1076 
1078  // HH: Set individual step scales for non-adapting parameters to the default individual step scales
1079  // global step scale should be 1 so no need to adjust for that
1081 
1082  MACH3LOG_INFO("Successfully Set External Throw Matrix Stored in {}", external_file_name);
1083  } else {
1084  MACH3LOG_INFO("Not using external matrix for {}", matrixName);
1085  if (!success) return; // Not adaptive either so nothing to do
1086  MACH3LOG_INFO("Initialising adaption from scratch");
1087  // If we don't have a covariance matrix to start from for adaptive tune we need to make one!
1088  use_adaptive = true;
1089  AdaptiveHandler->CheckMatrixValidityForAdaption(GetCovMatrix());
1090  AdaptiveHandler->CreateNewAdaptiveCovariance();
1091  return;
1092  }
1093 }
std::vector< bool > param_skip_adapt_flags
Flags telling if parameter should be skipped during adaption.
void SanitizeAdaption() const
Perform sanity check to ensure adaption isn't misbehaving before fit starts.
double _fGlobalStepScaleInitial
Backup of _fGlobalStepScale for parameters which are skipped during adaption.
TMatrixDSym * GetCovMatrix() const
Return covariance matrix.
void SetThrowMatrix(const TMatrixDSym *cov)
Use new throw matrix, used in adaptive MCMC.
void ResetIndivStepScale()
Adaptive Step Tuning Stuff.
std::vector< double > _fIndivStepScaleInitial
Backup of _fIndivStepScale for parameters which are skipped during adaption.
void SetIndivStepScaleForSkippedAdaptParams()
Set individual step scale for parameters which are skipped during adaption to initial values.
bool CaseInsensitiveMatchAny(std::string Text, const std::vector< std::string > &Patterns)
Matches a string against a simple wildcard Pattern using regex. Is not case sensitive.

◆ IsParameterFixed() [1/2]

bool ParameterHandlerBase::IsParameterFixed ( const int  i) const
inline

Is parameter fixed or not.

Parameters
iParameter index

Definition at line 288 of file ParameterHandlerBase.h.

288  {
289  if (_fError[i] < 0) { return true; }
290  else { return false; }
291  }

◆ IsParameterFixed() [2/2]

bool ParameterHandlerBase::IsParameterFixed ( const std::string &  name) const

Is parameter fixed or not.

Parameters
nameName of parameter you want to check if is fixed

Definition at line 814 of file ParameterHandlerBase.cpp.

814  {
815 // ********************************************
816  const int Index = GetParIndex(name);
817  if(Index != M3::_BAD_INT_) {
818  return IsParameterFixed(Index);
819  }
820 
821  MACH3LOG_WARN("I couldn't find parameter with name {}, therefore don't know if it fixed", name);
822  return false;
823 }
#define MACH3LOG_WARN
Definition: MaCh3Logger.h:36
int GetParIndex(const std::string &name) const
Get index based on name.

◆ IsPCA()

bool ParameterHandlerBase::IsPCA ( ) const
inline

is PCA, can use to query e.g. LLH scans

Definition at line 304 of file ParameterHandlerBase.h.

304 { return pca; }

◆ MakeClosestPosDef()

void ParameterHandlerBase::MakeClosestPosDef ( TMatrixDSym *  cov)
protected

HW: Finds closest possible positive definite matrix in Frobenius Norm ||.||_frob Where ||X||_frob=sqrt[sum_ij(x_ij^2)] (basically just turns an n,n matrix into vector in n^2 space then does Euclidean norm)

Definition at line 1143 of file ParameterHandlerBase.cpp.

1143  {
1144 // ********************************************
1145  // Want to get cov' = (cov_sym+cov_polar)/2
1146  // cov_sym=(cov+cov^T)/2
1147  // cov_polar-> SVD cov to cov=USV^T then cov_polar=VSV^T
1148 
1149  //Get frob norm of cov
1150  // Double_t cov_norm=cov->E2Norm();
1151 
1152  TMatrixDSym* cov_trans = cov;
1153  cov_trans->T();
1154  TMatrixDSym cov_sym = 0.5*(*cov+*cov_trans); //If cov is symmetric does nothing, otherwise just ensures symmetry
1155 
1156  //Do SVD to get polar form
1157  TDecompSVD cov_sym_svd=TDecompSVD(cov_sym);
1158  if(!cov_sym_svd.Decompose()){
1159  MACH3LOG_WARN("Cannot do SVD on input matrix, trying MakePosDef() first!");
1160  MakePosDef(&cov_sym);
1161  }
1162 
1163  TMatrixD cov_sym_v = cov_sym_svd.GetV();
1164  TMatrixD cov_sym_vt = cov_sym_v;
1165  cov_sym_vt.T();
1166  //SVD returns as vector (grrr) so need to get into matrix form for multiplying!
1167  TVectorD cov_sym_sigvect = cov_sym_svd.GetSig();
1168 
1169  const Int_t nCols = cov_sym_v.GetNcols(); //square so only need rows hence lack of cols
1170  TMatrixDSym cov_sym_sig(nCols);
1171  TMatrixDDiag cov_sym_sig_diag(cov_sym_sig);
1172  cov_sym_sig_diag=cov_sym_sigvect;
1173 
1174  //Can finally get H=VSV
1175  TMatrixDSym cov_sym_polar = cov_sym_sig.SimilarityT(cov_sym_vt);//V*S*V^T (this took forver to find!)
1176 
1177  //Now we can construct closest approximater Ahat=0.5*(B+H)
1178  TMatrixDSym cov_closest_approx = 0.5*(cov_sym+cov_sym_polar);//Not fully sure why this is even needed since symmetric B -> U=V
1179  //Get norm of transformed
1180  // Double_t approx_norm=cov_closest_approx.E2Norm();
1181  //MACH3LOG_INFO("Initial Norm: {:.6f} | Norm after transformation: {:.6f} | Ratio: {:.6f}", cov_norm, approx_norm, cov_norm / approx_norm);
1182 
1183  *cov = cov_closest_approx;
1184  //Now can just add a makeposdef!
1185  MakePosDef(cov);
1186 }

◆ MakePosDef()

void ParameterHandlerBase::MakePosDef ( TMatrixDSym *  cov = nullptr,
bool  verbose = true 
)
protected

Make matrix positive definite by adding small values to diagonal, necessary for inverting matrix.

Parameters
covMatrix which we evaluate Positive Definitiveness
verboseDo we want it to print warning if it was not positive definite and we had to fix it

Definition at line 874 of file ParameterHandlerBase.cpp.

874  {
875 // ********************************************
876  if(cov == nullptr){
877  cov = &*covMatrix;
878  MACH3LOG_WARN("Passed nullptr to cov matrix in {}", matrixName);
879  }
880 
881  int n_attempts = M3::MakeMatrixPosDef(cov);
882 
883  if(n_attempts > 0 && verbose) {
884  MACH3LOG_WARN("Covariance matrix {} was not positive-definite, made it positive-definite after {} attempts", matrixName, n_attempts);
885  }
886 }
int MakeMatrixPosDef(TMatrixDSym *cov)
Makes sure that matrix is positive-definite by adding a small number to on-diagonal elements.

◆ MatchMaCh3OutputBranches()

void ParameterHandlerBase::MatchMaCh3OutputBranches ( TTree *  PosteriorFile,
std::vector< double > &  BranchValues,
std::vector< std::string > &  BranchNames,
const std::vector< std::string > &  FancyNames = {} 
)

Matches branches in a TTree to parameters in a systematic handler.

Parameters
PosteriorFilePointer to the ROOT TTree from MaCh3 fit.
BranchValuesVector to store the values of the branches (resized inside).
BranchNamesVector to store the names of the branches (resized inside).
FancyNamesOptional vector of "fancy names" to match. If empty, all parameters are matched.
  • If FancyNames is provided, it matches only the parameters whose "fancy names" are in FancyNames. This is useful for studies where one performs ND fits and passes them to FD fits, which may have additional parameters (e.g., oscillations).
  • If FancyNames is empty, it matches all parameters in the systematic handler.
Exceptions
MaCh3Exceptionif any parameter branch is uninitialized.

Definition at line 1256 of file ParameterHandlerBase.cpp.

1259  {
1260 // *************************************
1261  BranchValues.resize(GetNumParams());
1262  BranchNames.resize(GetNumParams());
1263 
1264  // if fancy names are passed match ONLY them
1265  // this allow to perform studies where one perform ND fits and pass it to FD fits
1266  // which usually have more params like osc...
1267  if(FancyNames.size() != 0){
1268  for (int i = 0; i < GetNumParams(); ++i) {
1269  BranchNames[i] = GetParName(i);
1270  // by default set current step
1271  BranchValues[i] = _fPropVal[i];
1272  bool matched = false;
1273  for (size_t iPar = 0; iPar < FancyNames.size(); ++iPar) {
1274  if(GetParFancyName(i) == FancyNames[iPar]) {
1275  MACH3LOG_DEBUG("Matched name {} in config", FancyNames[iPar]);
1276  PosteriorFile->SetBranchStatus(BranchNames[i].c_str(), true);
1277  PosteriorFile->SetBranchAddress(BranchNames[i].c_str(), &BranchValues[i]);
1278  matched = true;
1279  break;
1280  }
1281  }
1282  if(!matched) {
1283  MACH3LOG_WARN("Didn't match param {} is this what you want?", GetParFancyName(i));
1284  }
1285  }
1286  } else {
1287  // simply loop over params and match them
1288  for (int i = 0; i < GetNumParams(); ++i) {
1289  BranchNames[i] = GetParName(i);
1290  if (!PosteriorFile->GetBranch(BranchNames[i].c_str())) {
1291  MACH3LOG_ERROR("Branch '{}' does not exist in the TTree!", BranchNames[i]);
1292  throw MaCh3Exception(__FILE__, __LINE__);
1293  }
1294  PosteriorFile->SetBranchStatus(BranchNames[i].c_str(), true);
1295  PosteriorFile->SetBranchAddress(BranchNames[i].c_str(), &BranchValues[i]);
1296  }
1297  }
1298 }
int GetNumParams() const
Get total number of parameters.
std::string GetParName(const int i) const
Get name of parameter.

◆ PrintIndivStepScale()

void ParameterHandlerBase::PrintIndivStepScale ( ) const

Print step scale for each parameter.

Definition at line 862 of file ParameterHandlerBase.cpp.

862  {
863 // ********************************************
864  MACH3LOG_INFO("============================================================");
865  MACH3LOG_INFO("{:<{}} | {:<11}", "Parameter:", PrintLength, "Step scale:");
866  for (int iParam = 0; iParam < _fNumPar; iParam++) {
867  MACH3LOG_INFO("{:<{}} | {:<11}", _fFancyNames[iParam].c_str(), PrintLength, _fIndivStepScale[iParam]);
868  }
869  MACH3LOG_INFO("============================================================");
870 }

◆ PrintPreFitCurrPropValues()

void ParameterHandlerBase::PrintPreFitCurrPropValues ( ) const

Print prior, current and proposed value for each parameter.

Definition at line 576 of file ParameterHandlerBase.cpp.

576  {
577 // ********************************************
578  MACH3LOG_INFO("Printing parameters for {}", GetName());
579  // Dump out the PCA parameters too
580  if (pca) {
581  PCAObj->Print();
582  }
583  MACH3LOG_INFO("{:<30} {:<10} {:<10} {:<10}", "Name", "Prior", "Current", "Proposed");
584  for (int i = 0; i < _fNumPar; ++i) {
585  MACH3LOG_INFO("{:<30} {:<10.2f} {:<10.2f} {:<10.2f}", GetParFancyName(i), _fPreFitValue[i], _fCurrVal[i], _fPropVal[i]);
586  }
587 }

◆ PrintPreFitValues()

void ParameterHandlerBase::PrintPreFitValues ( ) const

Print prior value for every parameter.

Definition at line 566 of file ParameterHandlerBase.cpp.

566  {
567 // ********************************************
568  MACH3LOG_INFO("Prior values for {} ParameterHandler:", GetName());
569  for (int i = 0; i < _fNumPar; i++) {
570  MACH3LOG_INFO(" {} {} ", GetParFancyName(i), GetParPreFit(i));
571  }
572 }
double GetParPreFit(const int i) const
Get prior parameter value.

◆ ProposeStep()

void ParameterHandlerBase::ProposeStep ( )
virtual

Generate a new proposed state.

Reimplemented in PyParameterHandlerBase.

Definition at line 419 of file ParameterHandlerBase.cpp.

419  {
420 // ************************************************
421  // Make the random numbers for the step proposal
422  Randomize();
423  CorrelateSteps();
424 
425  // KS: According to Dr Wallace we update using previous not proposed step
426  // this way we do special proposal after adaptive after.
427  // This way we can shortcut and skip rest of proposal
428  if(!doSpecialStepProposal) return;
429 
431 }
void Randomize() _noexcept_
"Randomize" the parameters in the covariance class for the proposed step. Used the proposal kernel an...
void SpecialStepProposal()
Perform Special Step Proposal.
void CorrelateSteps() _noexcept_
Use Cholesky throw matrix for better step proposal.

◆ RandomConfiguration()

void ParameterHandlerBase::RandomConfiguration ( )

Randomly throw the parameters in their 1 sigma range.

Definition at line 357 of file ParameterHandlerBase.cpp.

357  {
358 // *************************************
359  #pragma GCC diagnostic push
360  #pragma GCC diagnostic ignored "-Wuseless-cast"
361  // Have the 1 sigma for each parameter in each covariance class, sweet!
362  // Don't want to change the prior array because that's what determines our likelihood
363  // Want to change the _fPropVal, _fCurrVal, _fPreFitValue
364  // _fPreFitValue and the others will already be set
365  for (int i = 0; i < _fNumPar; ++i) {
366  // Check if parameter is fixed first: if so don't randomly throw
367  if (IsParameterFixed(i)) continue;
368  // Check that the sigma range is larger than the parameter range
369  // If not, throw in the valid parameter range instead
370  const double paramrange = _fUpBound[i] - _fLowBound[i];
371  const double sigma = sqrt((*covMatrix)(i,i));
372  double throwrange = sigma;
373  if (paramrange < sigma) throwrange = paramrange;
374 
375  _fPropVal[i] = static_cast<M3::float_t>(_fPreFitValue[i] + random_number[0]->Gaus(0, 1)*throwrange);
376  // Try again if we the initial parameter proposal falls outside of the range of the parameter
377  int throws = 0;
378  while (_fPropVal[i] > _fUpBound[i] || _fPropVal[i] < _fLowBound[i]) {
379  if (throws > 1000) {
380  MACH3LOG_WARN("Tried {} times to throw parameter {} but failed", throws, i);
381  MACH3LOG_WARN("Matrix: {}", matrixName);
382  MACH3LOG_WARN("Param: {}", _fNames[i]);
383  throw MaCh3Exception(__FILE__ , __LINE__ );
384  }
385  _fPropVal[i] = static_cast<M3::float_t>(_fPreFitValue[i] + random_number[0]->Gaus(0, 1)*throwrange);
386  throws++;
387  }
388  MACH3LOG_INFO("Setting current step in {} param {} = {} from {}", matrixName, i, _fPropVal[i], _fCurrVal[i]);
389  _fCurrVal[i] = _fPropVal[i];
390  }
391  #pragma GCC diagnostic pop
392  if (pca) PCAObj->TransferToPCA();
393 
394  // KS: At the end once we are happy with proposal do special proposal
396 }

◆ Randomize()

void ParameterHandlerBase::Randomize ( )

"Randomize" the parameters in the covariance class for the proposed step. Used the proposal kernel and the current parameter value to set proposed step

Definition at line 455 of file ParameterHandlerBase.cpp.

455  {
456 // ************************************************
457  if (!pca) {
458  //KS: By multithreading here we gain at least factor 2 with 8 threads with ND only fit
459  #ifdef MULTITHREAD
460  #pragma omp parallel for
461  #endif
462  for (int i = 0; i < _fNumPar; ++i) {
463  // If parameter isn't fixed
464  if (!IsParameterFixed(i) > 0.0) {
465  randParams[i] = random_number[M3::GetThreadIndex()]->Gaus(0, 1);
466  // If parameter IS fixed
467  } else {
468  randParams[i] = 0.0;
469  }
470  } // end for
471  // If we're in the PCA basis we instead throw parameters there (only _fNumParPCA parameter)
472  } else {
473  // Scale the random parameters by the sqrt of eigen values for the throw
474  #ifdef MULTITHREAD
475  #pragma omp parallel for
476  #endif
477  for (int i = 0; i < PCAObj->GetNumberPCAedParameters(); ++i)
478  {
479  // If parameter IS fixed or out of bounds
480  if (PCAObj->IsParameterFixedPCA(i)) {
481  randParams[i] = 0.0;
482  } else {
483  randParams[i] = random_number[M3::GetThreadIndex()]->Gaus(0,1);
484  }
485  }
486  }
487 }
int GetThreadIndex()
thread index inside parallel loop
Definition: Monitor.h:86

◆ ReserveMemory()

void ParameterHandlerBase::ReserveMemory ( const int  size)
protected

Initialise vectors with parameters information.

Parameters
sizeinteger telling size to which we will resize all vectors/allocate memory

Definition at line 231 of file ParameterHandlerBase.cpp.

231  {
232 // ********************************************
233  if (SizeVec <= 0) {
234  MACH3LOG_CRITICAL("Covariance matrix {} has {} entries!", GetName(), SizeVec);
235  throw MaCh3Exception(__FILE__ , __LINE__ );
236  }
237 
238  _fNames = std::vector<std::string>(SizeVec);
239  _fFancyNames = std::vector<std::string>(SizeVec);
240 
241  _fPreFitValue = std::vector<double>(SizeVec, 1.0);
242  _fError = std::vector<double>(SizeVec, 1.0);
243  _fCurrVal = std::vector<double>(SizeVec, 0.0);
244  _fPropVal = std::vector<M3::float_t>(SizeVec, 0.0);
245  _fLowBound = std::vector<double>(SizeVec, -999.99);
246  _fUpBound = std::vector<double>(SizeVec, 999.99);
247  _fFlatPrior = std::vector<bool>(SizeVec, false);
248  _fIndivStepScale = std::vector<double>(SizeVec, 1.0);
249 
250  corr_throw = new double[SizeVec];
251  // set random parameter vector (for correlated steps)
252  randParams = new double[SizeVec];
253 
254  // Set the defaults to true
255  for(int i = 0; i < SizeVec; i++) {
256  corr_throw[i] = 0.0;
257  randParams[i] = 0.0;
258  }
259 
260  InvertCovMatrix.resize(SizeVec, std::vector<double>(SizeVec, 0.0));
261  throwMatrixCholDecomp = new double*[SizeVec]();
262  // Set the defaults to true
263  for(int i = 0; i < SizeVec; i++) {
264  throwMatrixCholDecomp[i] = new double[SizeVec]();
265  for (int j = 0; j < SizeVec; j++) {
266  throwMatrixCholDecomp[i][j] = 0.;
267  }
268  }
269 
270  _fGlobalStepScale = 1.0;
271 }
#define MACH3LOG_CRITICAL
Definition: MaCh3Logger.h:38

◆ ResetIndivStepScale()

void ParameterHandlerBase::ResetIndivStepScale ( )

Adaptive Step Tuning Stuff.

Definition at line 889 of file ParameterHandlerBase.cpp.

889  {
890 // ********************************************
891  std::vector<double> stepScales(_fNumPar, 1.0);
892  _fGlobalStepScale = 1.0;
893  SetIndivStepScale(stepScales);
894 }
void SetIndivStepScale(const int ParameterIndex, const double StepScale)
DB Function to set fIndivStepScale from a vector (Can be used from execs and inside covariance constr...

◆ RetPointer()

const M3::float_t* ParameterHandlerBase::RetPointer ( const int  iParam) const
inline

DB Pointer return to param position.

Parameters
iParamThe index of the parameter in the vector.
Returns
A pointer to the parameter value at the specified index.
Warning
ETA - This might be a bit squiffy? If the vector gots moved from say a push_back then the pointer is no longer valid... maybe need a better way to deal with this? It was fine before when the return was to an element of a new array. There must be a clever C++ way to be careful

Definition at line 206 of file ParameterHandlerBase.h.

206 {return &(_fPropVal.data()[iParam]);}

◆ SanitizeAdaption()

void ParameterHandlerBase::SanitizeAdaption ( ) const
protected

Perform sanity check to ensure adaption isn't misbehaving before fit starts.

Definition at line 986 of file ParameterHandlerBase.cpp.

986  {
987 // ********************************************
988  for (const auto& [_, group] : FlipGroups) {
989  for (size_t i = 0; i < group.FlipParameterIndex.size(); ++i) {
990  const int index = group.FlipParameterIndex[i];
991  if(!param_skip_adapt_flags[index]) {
992  MACH3LOG_ERROR("You enabled adaption for parameter which has enabled flipping ({})", _fFancyNames[index]);
993  MACH3LOG_ERROR("Right now flipping and adapting doesn't work very well");
994  MACH3LOG_ERROR("Please skip adaption for param {}, using ParametersToSkip option in config", _fFancyNames[index]);
995  throw MaCh3Exception(__FILE__, __LINE__);
996  }
997  }
998  }
999 
1000  // HH: Loop over correlations to check if any skipped parameter is correlated with adapted one
1001  // We don't want to change one parameter while keeping the other fixed as this would
1002  // lead to weird penalty terms in the prior after adapting
1003  double max_correlation = 0.01; // Define a threshold for significant correlation above which we throw an error
1004  for (int i = 0; i < _fNumPar; ++i) {
1005  for (int j = 0; j <= i; ++j) {
1006  // The symmetry should have been checked during the Init phase
1008  double corr = (*covMatrix)(i,j)/std::sqrt((*covMatrix)(i,i)*(*covMatrix)(j,j));
1009  if(std::fabs(corr) > max_correlation) {
1010  MACH3LOG_ERROR("Correlation between skipped parameter {} ({}) and non-skipped parameter {} ({}) is {:.6e}, above the allowed threshold of {:.6e}.",
1011  i, _fFancyNames[i], j, _fFancyNames[j], corr, max_correlation);
1012  throw MaCh3Exception(__FILE__, __LINE__);
1013  }
1014  }
1015  }
1016  }
1017 }

◆ SaveAdaptiveToFile()

void ParameterHandlerBase::SaveAdaptiveToFile ( const std::string &  outFileName,
const std::string &  systematicName 
)
inline

Save adaptive throw matrix to file.

Definition at line 170 of file ParameterHandlerBase.h.

170  {
171  AdaptiveHandler->SaveAdaptiveToFile(outFileName, systematicName); }

◆ SaveUpdatedMatrixConfig()

void ParameterHandlerBase::SaveUpdatedMatrixConfig ( )

KS: After step scale, prefit etc. value were modified save this modified config.

Definition at line 1218 of file ParameterHandlerBase.cpp.

1218  {
1219 // ********************************************
1220  if (!_fYAMLDoc)
1221  {
1222  MACH3LOG_CRITICAL("Yaml node hasn't been initialised for matrix {}, something is not right", matrixName);
1223  MACH3LOG_CRITICAL("I am not throwing error but should be investigated");
1224  return;
1225  }
1226 
1227  YAML::Node copyNode = _fYAMLDoc;
1228  int i = 0;
1229 
1230  for (YAML::Node param : copyNode["Systematics"])
1231  {
1232  //KS: Feel free to update it, if you need updated prefit value etc
1233  param["Systematic"]["StepScale"]["MCMC"] = M3::Utils::FormatDouble(_fIndivStepScale[i], 4);
1234  i++;
1235  }
1236  // Save the modified node to a file
1237  std::ofstream fout("Modified_Matrix.yaml");
1238  fout << copyNode;
1239  fout.close();
1240 }
std::string FormatDouble(const double value, const int precision)
Convert double into string for precision, useful for playing with yaml if you don't want to have in c...

◆ SetBranches()

void ParameterHandlerBase::SetBranches ( TTree &  tree,
const bool  SaveProposal = false 
)

set branches for output file

Parameters
treeTree to which we will save branches
SaveProposalNormally we only save parameter after is accepted, for debugging purpose it is helpful to see also proposed values. That's what this variable controls

Definition at line 683 of file ParameterHandlerBase.cpp.

683  {
684 // ********************************************
685  // loop over parameters and set a branch
686  for (int i = 0; i < _fNumPar; ++i) {
687  tree.Branch(_fNames[i].c_str(), &_fCurrVal[i], Form("%s/D", _fNames[i].c_str()));
688  }
689  // When running PCA, also save PCA parameters
690  if (pca) {
691  PCAObj->SetBranches(tree, SaveProposal, _fNames);
692  }
693  if(SaveProposal)
694  {
695  // loop over parameters and set a branch
696  for (int i = 0; i < _fNumPar; ++i) {
697  tree.Branch(Form("%s_Prop", _fNames[i].c_str()), &_fPropVal[i], Form("%s_Prop/D", _fNames[i].c_str()));
698  }
699  }
700  if(use_adaptive && AdaptiveHandler->GetUseRobbinsMonro()){
701  tree.Branch(Form("GlobalStepScale_%s", GetName().c_str()), &_fGlobalStepScale, Form("GlobalStepScale_%s/D", GetName().c_str()));
702  }
703 }

◆ SetCovMatrix()

void ParameterHandlerBase::SetCovMatrix ( TMatrixDSym *  cov)

Set covariance matrix.

Parameters
covCovariance matrix which we set and will be used later for evaluation of penalty term

Definition at line 209 of file ParameterHandlerBase.cpp.

209  {
210 // ********************************************
211  if (cov == nullptr) {
212  MACH3LOG_ERROR("Could not find covariance matrix you provided to {}", __func__ );
213  throw MaCh3Exception(__FILE__ , __LINE__ );
214  }
215  covMatrix = cov;
216 
217  invCovMatrix = static_cast<TMatrixDSym *>(cov->Clone());
218  invCovMatrix->Invert();
219  //KS: ROOT has bad memory management, using standard double means we can decrease most operation by factor 2 simply due to cache hits
220  for (int i = 0; i < _fNumPar; i++)
221  {
222  for (int j = 0; j < _fNumPar; ++j)
223  {
224  InvertCovMatrix[i][j] = (*invCovMatrix)(i,j);
225  }
226  }
227 
228  SetThrowMatrix(cov);
229 }

◆ SetFixAllParameters()

void ParameterHandlerBase::SetFixAllParameters ( )

Set all parameters to be fixed at prior values.

Definition at line 737 of file ParameterHandlerBase.cpp.

737  {
738 // ********************************************
739  // Check if the parameter is fixed and if not, toggle fix it
740  for (int i = 0; i < _fNumPar; ++i)
742 }
void ToggleFixParameter(const int i)
Toggle fixing parameter at prior values.

◆ SetFixParameter() [1/2]

void ParameterHandlerBase::SetFixParameter ( const int  i)

Set parameter to be fixed at prior value.

Parameters
iParameter index

Definition at line 745 of file ParameterHandlerBase.cpp.

745  {
746 // ********************************************
747  // Check if the parameter is fixed and if not, toggle fix it
749 }

◆ SetFixParameter() [2/2]

void ParameterHandlerBase::SetFixParameter ( const std::string &  name)

Set parameter to be fixed at prior value.

Parameters
nameName of the parameter to be fixed

Definition at line 752 of file ParameterHandlerBase.cpp.

752  {
753 // ********************************************
754  // Check if the parameter is fixed and if not, toggle fix it
755  if(!IsParameterFixed(name)) ToggleFixParameter(name);
756 }

◆ SetFlatPrior()

void ParameterHandlerBase::SetFlatPrior ( const int  i,
const bool  eL 
)

Set if parameter should have flat prior or not.

Parameters
iParameter index
eLbool telling if it will be flat or not

Definition at line 826 of file ParameterHandlerBase.cpp.

826  {
827 // ********************************************
828  if (i > _fNumPar) {
829  MACH3LOG_INFO("Can't {} for Cov={}/Param={} because size of Covariance = {}", __func__, GetName(), i, _fNumPar);
830  MACH3LOG_ERROR("Fix this in your config file please!");
831  throw MaCh3Exception(__FILE__ , __LINE__ );
832  } else {
833  if(eL){
834  MACH3LOG_INFO("Setting {} (parameter {}) to flat prior", GetParName(i), i);
835  }
836  else{
837  // HW :: This is useful
838  MACH3LOG_INFO("Setting {} (parameter {}) to non-flat prior", GetParName(i), i);
839  }
840  _fFlatPrior[i] = eL;
841  }
842 }

◆ SetFreeAllParameters()

void ParameterHandlerBase::SetFreeAllParameters ( )

Set all parameters to be treated as free.

Definition at line 759 of file ParameterHandlerBase.cpp.

759  {
760 // ********************************************
761  // Check if the parameter is fixed and if not, toggle fix it
762  for (int i = 0; i < _fNumPar; ++i)
764 }

◆ SetFreeParameter() [1/2]

void ParameterHandlerBase::SetFreeParameter ( const int  i)

Set parameter to be treated as free.

Parameters
iParameter index

Definition at line 767 of file ParameterHandlerBase.cpp.

767  {
768 // ********************************************
769  // Check if the parameter is fixed and if not, toggle fix it
771 }

◆ SetFreeParameter() [2/2]

void ParameterHandlerBase::SetFreeParameter ( const std::string &  name)

Set parameter to be treated as free.

Parameters
nameName of the parameter to be treated as free

Definition at line 774 of file ParameterHandlerBase.cpp.

774  {
775 // ********************************************
776  // Check if the parameter is fixed and if not, toggle fix it
777  if(IsParameterFixed(name)) ToggleFixParameter(name);
778 }

◆ SetIndivStepScale() [1/2]

void ParameterHandlerBase::SetIndivStepScale ( const int  ParameterIndex,
const double  StepScale 
)
inline

DB Function to set fIndivStepScale from a vector (Can be used from execs and inside covariance constructors)

Parameters
ParameterIndexParameter Index
StepScaleValue of individual step scale

Definition at line 91 of file ParameterHandlerBase.h.

91 { _fIndivStepScale.at(ParameterIndex) = StepScale; }

◆ SetIndivStepScale() [2/2]

void ParameterHandlerBase::SetIndivStepScale ( const std::vector< double > &  stepscale)

DB Function to set fIndivStepScale from a vector (Can be used from execs and inside covariance constructors)

Parameters
stepscaleVector of individual step scale, should have same

Definition at line 845 of file ParameterHandlerBase.cpp.

845  {
846 // ********************************************
847  if (static_cast<int>(stepscale.size()) != _fNumPar)
848  {
849  MACH3LOG_WARN("Stepscale vector not equal to number of parameters. Quitting..");
850  MACH3LOG_WARN("Size of argument vector: {}", stepscale.size());
851  MACH3LOG_WARN("Expected size: {}", _fNumPar);
852  return;
853  }
854 
855  for (int iParam = 0 ; iParam < _fNumPar; iParam++) {
856  _fIndivStepScale[iParam] = stepscale[iParam];
857  }
859 }
void PrintIndivStepScale() const
Print step scale for each parameter.

◆ SetIndivStepScaleForSkippedAdaptParams()

void ParameterHandlerBase::SetIndivStepScaleForSkippedAdaptParams ( )

Set individual step scale for parameters which are skipped during adaption to initial values.

Definition at line 897 of file ParameterHandlerBase.cpp.

897  {
898 // ********************************************
899  if (!param_skip_adapt_flags.size()) {
900  MACH3LOG_ERROR("Parameter skip adapt flags not set, cannot set individual step scales for skipped parameters.");
901  throw MaCh3Exception(__FILE__ , __LINE__ );
902  }
903  // HH: Cancel the effect of global step scale change for parameters that are not adapting
904  for (int i = 0; i <_fNumPar; i++) {
905  if (param_skip_adapt_flags[i]) {
907  }
908  }
909  MACH3LOG_DEBUG("Updating individual step scales for non-adapting parameters to cancel global step scale change.");
910  MACH3LOG_DEBUG("Global step scale initial: {}, current: {}", _fGlobalStepScaleInitial, _fGlobalStepScale);
911 }

◆ SetName()

void ParameterHandlerBase::SetName ( const std::string &  name)
inline

Set matrix name.

Definition at line 41 of file ParameterHandlerBase.h.

41 { matrixName = name; }

◆ SetNumberOfSteps()

void ParameterHandlerBase::SetNumberOfSteps ( const int  nsteps)
inline

Set number of MCMC step, when running adaptive MCMC it is updated with given frequency. We need number of steps to determine frequency.

Definition at line 181 of file ParameterHandlerBase.h.

181  {
182  AdaptiveHandler->SetTotalSteps(nsteps);
183  if(AdaptiveHandler->AdaptionUpdate()) ResetIndivStepScale();
184  }

◆ SetPar()

void ParameterHandlerBase::SetPar ( const int  i,
const double  val 
)

Set all the covariance matrix parameters to a user-defined value.

Parameters
iParameter index
valnew value which will be set

Definition at line 276 of file ParameterHandlerBase.cpp.

276  {
277 // ********************************************
278  MACH3LOG_DEBUG("Over-riding {}: _fPropVal ({}), _fCurrVal ({}), _fPreFitValue ({}) to ({})",
279  GetParFancyName(i), _fPropVal[i], _fCurrVal[i], _fPreFitValue[i], val);
280 
281  _fPropVal[i] = static_cast<M3::float_t>(val);
282  _fCurrVal[i] = val;
283  _fPreFitValue[i] = val;
284 
285  // Transfer the parameter values to the PCA basis
286  if (pca) PCAObj->TransferToPCA();
287 }

◆ SetParameters()

void ParameterHandlerBase::SetParameters ( const std::vector< double > &  pars = {})

Set parameter values using vector, it has to have same size as covariance class.

Parameters
parsVector holding new values for every parameter

Definition at line 647 of file ParameterHandlerBase.cpp.

647  {
648 // ********************************************
649  #pragma GCC diagnostic push
650  #pragma GCC diagnostic ignored "-Wuseless-cast"
651  // If empty, set the proposed to prior
652  if (pars.empty()) {
653  // For xsec this means setting to the prior (because prior is the prior)
654  for (int i = 0; i < _fNumPar; i++) {
655  _fPropVal[i] = static_cast<M3::float_t>(_fPreFitValue[i]);
656  }
657  // If not empty, set the parameters to the specified
658  } else {
659  if (pars.size() != static_cast<size_t>(_fNumPar)) {
660  MACH3LOG_ERROR("Parameter arrays of incompatible size! Not changing parameters! {} has size {} but was expecting {}", matrixName, pars.size(), _fNumPar);
661  throw MaCh3Exception(__FILE__ , __LINE__ );
662  }
663  int parsSize = int(pars.size());
664  for (int i = 0; i < parsSize; i++) {
665  //Make sure that you are actually passing a number to set the parameter to
666  if(std::isnan(pars[i])) {
667  MACH3LOG_ERROR("Trying to set parameter value to a nan for parameter {} in matrix {}. This will not go well!", GetParName(i), matrixName);
668  throw MaCh3Exception(__FILE__ , __LINE__ );
669  } else {
670  _fPropVal[i] = static_cast<M3::float_t>(pars[i]);
671  }
672  }
673  }
674  // And if pca make the transfer
675  if (pca) {
676  PCAObj->TransferToPCA();
677  PCAObj->TransferToParam();
678  }
679  #pragma GCC diagnostic pop
680 }

◆ SetParCurrProp()

void ParameterHandlerBase::SetParCurrProp ( const int  i,
const double  val 
)

Set current parameter value.

Parameters
iParameter index
valnew value which will be set

Definition at line 409 of file ParameterHandlerBase.cpp.

409  {
410 // ********************************************
411  _fPropVal[parNo] = static_cast<M3::float_t>(parVal);
412  _fCurrVal[parNo] = parVal;
413  MACH3LOG_DEBUG("Setting {} (parameter {}) to {})", GetParFancyName(parNo), parNo, parVal);
414  if (pca) PCAObj->TransferToPCA();
415 }

◆ SetParName()

void ParameterHandlerBase::SetParName ( const int  i,
const std::string &  name 
)
inline

change parameter name

Parameters
iParameter index
namenew name which will be set

Definition at line 45 of file ParameterHandlerBase.h.

45 { _fNames.at(i) = name; }

◆ SetParProp()

void ParameterHandlerBase::SetParProp ( const int  i,
const double  val 
)
inline

Set proposed parameter value.

Parameters
iParameter index
valnew value which will be set

Definition at line 59 of file ParameterHandlerBase.h.

59  {
60  _fPropVal[i] = static_cast<M3::float_t>(val);
61  if (pca) PCAObj->TransferToPCA();
62  }

◆ SetPrintLength()

void ParameterHandlerBase::SetPrintLength ( const unsigned int  PriLen)
inline

KS: In case someone really want to change this.

Definition at line 96 of file ParameterHandlerBase.h.

96 { PrintLength = PriLen; }

◆ SetRandomThrow()

void ParameterHandlerBase::SetRandomThrow ( const int  i,
const double  rand 
)
inline

Set random value useful for debugging/CI.

Parameters
iParameter index
randNew value for random number

Definition at line 74 of file ParameterHandlerBase.h.

74 { randParams[i] = rand;}

◆ SetSingleParameter()

void ParameterHandlerBase::SetSingleParameter ( const int  parNo,
const double  parVal 
)

Set value of single param to a given value.

Definition at line 400 of file ParameterHandlerBase.cpp.

400  {
401 // *************************************
402  _fPropVal[parNo] = static_cast<M3::float_t>(parVal);
403  _fCurrVal[parNo] = parVal;
404  MACH3LOG_DEBUG("Setting {} (parameter {}) to {})", GetParFancyName(parNo), parNo, parVal);
405  if (pca) PCAObj->TransferToPCA();
406 }

◆ SetStepScale()

void ParameterHandlerBase::SetStepScale ( const double  scale,
const bool  verbose = true 
)

Set global step scale for covariance object.

Parameters
scaleValue of global step scale
verbosePrint that we've changed scale + use warnings [default: true] [25]

Definition at line 706 of file ParameterHandlerBase.cpp.

706  {
707 // ********************************************
708  if(scale <= 0) {
709  MACH3LOG_ERROR("You are trying so set StepScale to 0 or negative this will not work");
710  throw MaCh3Exception(__FILE__ , __LINE__ );
711  }
712 
713  if(verbose){
714  MACH3LOG_INFO("{} setStepScale() = {}", GetName(), scale);
715  const double SuggestedScale = 2.38/std::sqrt(_fNumPar);
716  if(std::fabs(scale - SuggestedScale)/SuggestedScale > 1) {
717  MACH3LOG_WARN("Defined Global StepScale is {}, while suggested suggested {}", scale, SuggestedScale);
718  }
719  }
720  _fGlobalStepScale = scale;
721 }

◆ SetSubThrowMatrix()

void ParameterHandlerBase::SetSubThrowMatrix ( int  first_index,
int  last_index,
TMatrixDSym const &  subcov 
)

Definition at line 953 of file ParameterHandlerBase.cpp.

954  {
955 // ********************************************
956  if ((last_index - first_index) >= subcov.GetNrows()) {
957  MACH3LOG_ERROR("Trying to SetSubThrowMatrix into range: ({},{}) with a "
958  "submatrix with only {} rows {}",
959  first_index, last_index, subcov.GetNrows(), __func__);
960  throw MaCh3Exception(__FILE__, __LINE__);
961  }
962 
963  TMatrixDSym *current_ThrowMatrix =
964  static_cast<TMatrixDSym *>(throwMatrix->Clone());
965  for (int i = first_index; i <= last_index; ++i) {
966  for (int j = first_index; j <= last_index; ++j) {
967  current_ThrowMatrix->operator()(i, j) =
968  subcov(i - first_index, j - first_index);
969  }
970  }
971 
972  SetThrowMatrix(current_ThrowMatrix);
973  delete current_ThrowMatrix;
974 }

◆ SetThrowMatrix()

void ParameterHandlerBase::SetThrowMatrix ( const TMatrixDSym *  cov)

Use new throw matrix, used in adaptive MCMC.

Definition at line 915 of file ParameterHandlerBase.cpp.

915  {
916 // ********************************************
917  if (cov == nullptr) {
918  MACH3LOG_ERROR("Could not find covariance matrix you provided to {}", __func__);
919  throw MaCh3Exception(__FILE__ , __LINE__ );
920  }
921 
922  if (covMatrix->GetNrows() != cov->GetNrows()) {
923  MACH3LOG_ERROR("Matrix given for throw Matrix is not the same size as the covariance matrix stored in object!");
924  MACH3LOG_ERROR("Stored covariance matrix size: {}", covMatrix->GetNrows());
925  MACH3LOG_ERROR("Given matrix size: {}", cov->GetNrows());
926  throw MaCh3Exception(__FILE__ , __LINE__ );
927  }
928 
929  throwMatrix = static_cast<TMatrixDSym*>(cov->Clone());
930  if(use_adaptive && AdaptiveHandler->AdaptionUpdate()) MakeClosestPosDef(throwMatrix);
931  else {
932  // HW: Prevent spam from adaptive handler
933  bool verbose = AdaptiveHandler ? AdaptiveHandler->GetTotalSteps() < 2 : true;
934  MakePosDef(throwMatrix, verbose);
935  }
936 
937  auto throwMatrix_CholDecomp = M3::GetCholeskyDecomposedMatrix(*throwMatrix, matrixName);
938 
939  //KS: ROOT has bad memory management, using standard double means we can decrease most operation by factor 2 simply due to cache hits
940  #ifdef MULTITHREAD
941  #pragma omp parallel for collapse(2)
942  #endif
943  for (int i = 0; i < _fNumPar; ++i)
944  {
945  for (int j = 0; j < _fNumPar; ++j)
946  {
947  throwMatrixCholDecomp[i][j] = throwMatrix_CholDecomp[i][j];
948  }
949  }
950 }
void MakeClosestPosDef(TMatrixDSym *cov)
HW: Finds closest possible positive definite matrix in Frobenius Norm ||.||_frob Where ||X||_frob=sqr...
std::vector< std::vector< double > > GetCholeskyDecomposedMatrix(const TMatrixDSym &matrix, const std::string &matrixName)
Computes Cholesky decomposition of a symmetric positive definite matrix using custom function which c...

◆ SetThrowMatrixFromFile()

void ParameterHandlerBase::SetThrowMatrixFromFile ( const std::string &  matrix_file_name,
const std::string &  matrix_name,
const std::string &  means_name 
)
protected

sets throw matrix from a file

Parameters
matrix_file_namename of file matrix lives in
matrix_namename of matrix in file
means_namename of means vec in file

◆ SetTune()

void ParameterHandlerBase::SetTune ( const std::string &  TuneName)

KS: Set proposed parameter values vector to be base on tune values, for example set proposed values to be of generated or maybe PostND.

Definition at line 1244 of file ParameterHandlerBase.cpp.

1244  {
1245 // ********************************************
1246  if(Tunes == nullptr) {
1247  MACH3LOG_ERROR("Tunes haven't been initialised, which are being loaded from YAML, have you used some deprecated constructor");
1248  throw MaCh3Exception(__FILE__, __LINE__);
1249  }
1250  auto Values = Tunes->GetTune(TuneName);
1251 
1252  SetParameters(Values);
1253 }
std::unique_ptr< ParameterTunes > Tunes
Struct containing information about adaption.
void SetParameters(const std::vector< double > &pars={})
Set parameter values using vector, it has to have same size as covariance class.

◆ SpecialStepProposal()

void ParameterHandlerBase::SpecialStepProposal ( )
protected

Perform Special Step Proposal.

Warning
KS: Following Asher comment we do "Step->Circular Bounds->Flip"
Warning
KS: Following Asher comment we do "Step->Circular Bounds->Flip"

Definition at line 434 of file ParameterHandlerBase.cpp.

434  {
435 // ************************************************
437 
438  // HW It should now automatically set dcp to be with [-pi, pi]
439  for (size_t i = 0; i < CircularBoundsIndex.size(); ++i) {
440  const int index = CircularBoundsIndex[i];
441  if(!IsParameterFixed(index))
442  CircularParBounds(index, CircularBoundsValues[i].first, CircularBoundsValues[i].second);
443  }
444 
445  // // Okay now we've done the standard steps, we can add in our nice flips hierarchy flip first
446  for (const auto& [group_name, group] : FlipGroups) {
447  FlipParameterGroup(group_name);
448  }
449 }
void FlipParameterGroup(std::string group)
With a 50% chance, flip all parameters in a group around their respective flip points.
void CircularParBounds(const int i, const double LowBound, const double UpBound)
HW :: This method is a tad hacky but modular arithmetic gives me a headache.

◆ ThrowParameters()

void ParameterHandlerBase::ThrowParameters ( )

Throw the parameters according to the covariance matrix. This shouldn't be used in MCMC code ase it can break Detailed Balance;.

Definition at line 300 of file ParameterHandlerBase.cpp.

300  {
301 // *************************************
302  // First draw new randParams
303  Randomize();
304 
306  #pragma GCC diagnostic push
307  #pragma GCC diagnostic ignored "-Wuseless-cast"
308  // KS: We use PCA very rarely on top PCA functionality isn't implemented for this function.
309  // Use __builtin_expect to give compiler a hint which option is more likely, which should help
310  // with better optimisation. This isn't critical but more to have example
311  if (__builtin_expect(!pca, 1)) {
312  #ifdef MULTITHREAD
313  #pragma omp parallel for
314  #endif
315  for (int i = 0; i < _fNumPar; ++i) {
316  // Check if parameter is fixed first: if so don't randomly throw
317  if (IsParameterFixed(i)) continue;
318  _fPropVal[i] = static_cast<M3::float_t>(_fPreFitValue[i] + corr_throw[i]);
319 
320  int throws = 0;
321  // Try again if we the initial parameter proposal falls outside of the range of the parameter
322  while (_fPropVal[i] > _fUpBound[i] || _fPropVal[i] < _fLowBound[i]) {
323  randParams[i] = random_number[M3::GetThreadIndex()]->Gaus(0, 1);
324  const double corr_throw_single = M3::MatrixVectorMultiSingle(throwMatrixCholDecomp, randParams, _fNumPar, i);
325  _fPropVal[i] = static_cast<M3::float_t>(_fPreFitValue[i] + corr_throw_single);
326  if (throws > 10000)
327  {
328  //KS: Since we are multithreading there is danger that those messages
329  //will be all over the place, small price to pay for faster code
330  MACH3LOG_WARN("Tried {} times to throw parameter {} but failed", throws, i);
331  MACH3LOG_WARN("Matrix: {}", matrixName);
332  MACH3LOG_WARN("Param: {}", _fNames[i]);
333  MACH3LOG_WARN("Setting _fPropVal: {} to {}", _fPropVal[i], _fPreFitValue[i]);
334  MACH3LOG_WARN("I live at {}:{}", __FILE__, __LINE__);
335  _fPropVal[i] = static_cast<M3::float_t>(_fPreFitValue[i]);
336  //throw MaCh3Exception(__FILE__ , __LINE__ );
337  }
338  throws++;
339  }
340  _fCurrVal[i] = _fPropVal[i];
341  }
342  }
343  else
344  {
345  PCAObj->ThrowParameters(random_number, throwMatrixCholDecomp,
348  } // end if pca
349  #pragma GCC diagnostic pop
350  // KS: At the end once we are happy with proposal do special proposal
352 }
double MatrixVectorMultiSingle(double **_restrict_ matrix, const double *_restrict_ vector, const int Length, const int i)
KS: Custom function to perform multiplication of matrix and single element which is thread safe.

◆ ToggleFixParameter() [1/2]

void ParameterHandlerBase::ToggleFixParameter ( const int  i)
private

Toggle fixing parameter at prior values.

Parameters
iParameter index

Definition at line 781 of file ParameterHandlerBase.cpp.

781  {
782 // ********************************************
783  if(!pca) {
784  if (i > _fNumPar) {
785  MACH3LOG_ERROR("Can't {} for parameter {} because size of covariance ={}", __func__, i, _fNumPar);
786  MACH3LOG_ERROR("Fix this in your config file please!");
787  throw MaCh3Exception(__FILE__ , __LINE__ );
788  } else {
789  _fError[i] *= -1.0;
790  if(IsParameterFixed(i)) MACH3LOG_INFO("Setting {}(parameter {}) to fixed at {}", GetParFancyName(i), i, _fCurrVal[i]);
791  else MACH3LOG_INFO("Setting {}(parameter {}) free", GetParFancyName(i), i);
792  }
793  if( (_fCurrVal[i] > _fUpBound[i] || _fCurrVal[i] < _fLowBound[i]) && IsParameterFixed(i) ) {
794  MACH3LOG_ERROR("Parameter {} (index {}) is fixed at {}, which is outside of its bounds [{}, {}]", GetParFancyName(i), i, _fCurrVal[i], _fLowBound[i], _fUpBound[i]);
795  throw MaCh3Exception(__FILE__ , __LINE__ );
796  }
797  } else {
798  PCAObj->ToggleFixParameter(i, _fNames);
799  }
800 }

◆ ToggleFixParameter() [2/2]

void ParameterHandlerBase::ToggleFixParameter ( const std::string &  name)
private

Toggle fixing parameter at prior values.

Parameters
nameName of parameter you want to fix

Definition at line 803 of file ParameterHandlerBase.cpp.

803  {
804 // ********************************************
805  const int Index = GetParIndex(name);
806  if(Index != M3::_BAD_INT_) {
807  ToggleFixParameter(Index);
808  return;
809  }
810  MACH3LOG_WARN("I couldn't find parameter with name {}, therefore will not fix it", name);
811 }

◆ UpdateAdaptiveCovariance()

void ParameterHandlerBase::UpdateAdaptiveCovariance ( )

Method to update adaptive MCMC [15].

Need to adjust the scale every step

Definition at line 1097 of file ParameterHandlerBase.cpp.

1097  {
1098 // ********************************************
1099  // Updates adaptive matrix
1100  // First we update the total means
1101 
1102  // Skip this if we're at a large number of steps
1103  if(AdaptiveHandler->SkipAdaption()) {
1104  AdaptiveHandler->IncrementNSteps();
1105  return;
1106  }
1107 
1109  if(AdaptiveHandler->GetUseRobbinsMonro()){
1110  bool verbose=false;
1111  #ifdef MACH3_DEBUG
1112  verbose=true;
1113  #endif
1114  AdaptiveHandler->UpdateRobbinsMonroScale();
1115  SetStepScale(AdaptiveHandler->GetAdaptionScale(), verbose);
1117  }
1118 
1119  // Call main adaption function
1120  AdaptiveHandler->UpdateAdaptiveCovariance();
1121 
1122  // Set scales to 1 * optimal scale
1123  if(AdaptiveHandler->IndivStepScaleAdapt()) {
1125  SetStepScale(AdaptiveHandler->GetAdaptionScale());
1127  }
1128 
1129  if(AdaptiveHandler->UpdateMatrixAdapt()) {
1130  TMatrixDSym* update_matrix = static_cast<TMatrixDSym*>(AdaptiveHandler->GetAdaptiveCovariance()->Clone());
1131  UpdateThrowMatrix(update_matrix); //Now we update and continue!
1132  //Also Save the adaptive to file
1133  AdaptiveHandler->SaveAdaptiveToFile(AdaptiveHandler->GetOutFileName(), GetName());
1134  }
1135 
1136  AdaptiveHandler->IncrementNSteps();
1137 }
void SetStepScale(const double scale, const bool verbose=true)
Set global step scale for covariance object.
void UpdateThrowMatrix(TMatrixDSym *cov)
Replaces old throw matrix with new one.

◆ UpdateThrowMatrix()

void ParameterHandlerBase::UpdateThrowMatrix ( TMatrixDSym *  cov)

Replaces old throw matrix with new one.

Definition at line 977 of file ParameterHandlerBase.cpp.

977  {
978 // ********************************************
979  delete throwMatrix;
980  throwMatrix = nullptr;
981  SetThrowMatrix(cov);
982 }

Member Data Documentation

◆ _fCurrVal

std::vector<double> ParameterHandlerBase::_fCurrVal
protected

Current value of the parameter.

Definition at line 424 of file ParameterHandlerBase.h.

◆ _fError

std::vector<double> ParameterHandlerBase::_fError
protected

Prior error on the parameter.

Definition at line 428 of file ParameterHandlerBase.h.

◆ _fFancyNames

std::vector<std::string> ParameterHandlerBase::_fFancyNames
protected

Fancy name for example rather than param_0 it is MAQE, useful for human reading.

Definition at line 416 of file ParameterHandlerBase.h.

◆ _fFlatPrior

std::vector<bool> ParameterHandlerBase::_fFlatPrior
protected

Whether to apply flat prior or not.

Definition at line 436 of file ParameterHandlerBase.h.

◆ _fGlobalStepScale

double ParameterHandlerBase::_fGlobalStepScale
protected

Global step scale applied to all params in this class.

Definition at line 408 of file ParameterHandlerBase.h.

◆ _fGlobalStepScaleInitial

double ParameterHandlerBase::_fGlobalStepScaleInitial
protected

Backup of _fGlobalStepScale for parameters which are skipped during adaption.

Definition at line 442 of file ParameterHandlerBase.h.

◆ _fIndivStepScale

std::vector<double> ParameterHandlerBase::_fIndivStepScale
protected

Individual step scale used by MCMC algorithm.

Definition at line 434 of file ParameterHandlerBase.h.

◆ _fIndivStepScaleInitial

std::vector<double> ParameterHandlerBase::_fIndivStepScaleInitial
protected

Backup of _fIndivStepScale for parameters which are skipped during adaption.

Definition at line 439 of file ParameterHandlerBase.h.

◆ _fLowBound

std::vector<double> ParameterHandlerBase::_fLowBound
protected

Lowest physical bound, parameter will not be able to go beyond it.

Definition at line 430 of file ParameterHandlerBase.h.

◆ _fNames

std::vector<std::string> ParameterHandlerBase::_fNames
protected

ETA _fNames is set automatically in the covariance class to be something like param_i, this is currently to make things compatible with the Diagnostic tools.

Definition at line 414 of file ParameterHandlerBase.h.

◆ _fNumPar

int ParameterHandlerBase::_fNumPar
protected

Number of systematic parameters.

Definition at line 420 of file ParameterHandlerBase.h.

◆ _fPreFitValue

std::vector<double> ParameterHandlerBase::_fPreFitValue
protected

Parameter value dictated by the prior model. Based on it penalty term is calculated.

Definition at line 422 of file ParameterHandlerBase.h.

◆ _fPropVal

std::vector<M3::float_t> ParameterHandlerBase::_fPropVal
protected

Proposed value of the parameter.

Definition at line 426 of file ParameterHandlerBase.h.

◆ _fUpBound

std::vector<double> ParameterHandlerBase::_fUpBound
protected

Upper physical bound, parameter will not be able to go beyond it.

Definition at line 432 of file ParameterHandlerBase.h.

◆ _fYAMLDoc

YAML::Node ParameterHandlerBase::_fYAMLDoc
protected

Stores config describing systematics.

Definition at line 418 of file ParameterHandlerBase.h.

◆ AdaptiveHandler

std::unique_ptr<AdaptiveMCMCHandler> ParameterHandlerBase::AdaptiveHandler
protected

Struct containing information about adaption.

Definition at line 460 of file ParameterHandlerBase.h.

◆ CircularBoundsIndex

std::vector<int> ParameterHandlerBase::CircularBoundsIndex
protected

Indices of parameters with circular bounds.

Definition at line 476 of file ParameterHandlerBase.h.

◆ CircularBoundsValues

std::vector<std::pair<double,double> > ParameterHandlerBase::CircularBoundsValues
protected

Circular bounds for each parameter (lower, upper)

Definition at line 478 of file ParameterHandlerBase.h.

◆ corr_throw

double* ParameterHandlerBase::corr_throw
protected

Result of multiplication of Cholesky matrix and randParams.

Definition at line 406 of file ParameterHandlerBase.h.

◆ covMatrix

TMatrixDSym* ParameterHandlerBase::covMatrix
protected

The covariance matrix.

Definition at line 394 of file ParameterHandlerBase.h.

◆ doSpecialStepProposal

bool ParameterHandlerBase::doSpecialStepProposal
protected

Check if any of special step proposal were enabled.

Definition at line 386 of file ParameterHandlerBase.h.

◆ FlipGroups

std::map<std::string, FlipGroup> ParameterHandlerBase::FlipGroups
protected

Map of flip groups, where the key is the group name and the value is a FlipGroup struct.

Definition at line 473 of file ParameterHandlerBase.h.

◆ inputFile

std::string ParameterHandlerBase::inputFile
protected

The input root file we read in.

Definition at line 389 of file ParameterHandlerBase.h.

◆ invCovMatrix

TMatrixDSym* ParameterHandlerBase::invCovMatrix
protected

The inverse covariance matrix.

Definition at line 396 of file ParameterHandlerBase.h.

◆ InvertCovMatrix

std::vector<std::vector<double> > ParameterHandlerBase::InvertCovMatrix
protected

KS: Same as above but much faster as TMatrixDSym cache miss.

Definition at line 398 of file ParameterHandlerBase.h.

◆ matrixName

std::string ParameterHandlerBase::matrixName
protected

Name of cov matrix.

Definition at line 392 of file ParameterHandlerBase.h.

◆ param_skip_adapt_flags

std::vector<bool> ParameterHandlerBase::param_skip_adapt_flags
protected

Flags telling if parameter should be skipped during adaption.

Definition at line 445 of file ParameterHandlerBase.h.

◆ pca

bool ParameterHandlerBase::pca
protected

perform PCA or not

Definition at line 453 of file ParameterHandlerBase.h.

◆ PCAObj

std::unique_ptr<PCAHandler> ParameterHandlerBase::PCAObj
protected

Struct containing information about PCA.

Definition at line 458 of file ParameterHandlerBase.h.

◆ PrintLength

int ParameterHandlerBase::PrintLength
protected

KS: This is used when printing parameters, sometimes we have super long parameters name, we want to flexibly adjust couts.

Definition at line 411 of file ParameterHandlerBase.h.

◆ random_number

std::vector<std::unique_ptr<TRandom3> > ParameterHandlerBase::random_number
protected

KS: Set Random numbers for each thread so each thread has different seed.

Definition at line 401 of file ParameterHandlerBase.h.

◆ randParams

double* ParameterHandlerBase::randParams
protected

Random number taken from gaussian around prior error used for corr_throw.

Definition at line 404 of file ParameterHandlerBase.h.

◆ throwMatrix

TMatrixDSym* ParameterHandlerBase::throwMatrix
protected

Matrix which we use for step proposal before Cholesky decomposition (not actually used for step proposal)

Definition at line 448 of file ParameterHandlerBase.h.

◆ throwMatrixCholDecomp

double** ParameterHandlerBase::throwMatrixCholDecomp
protected

Throw matrix that is being used in the fit, much faster as TMatrixDSym cache miss.

Definition at line 450 of file ParameterHandlerBase.h.

◆ Tunes

std::unique_ptr<ParameterTunes> ParameterHandlerBase::Tunes
protected

Struct containing information about adaption.

Definition at line 462 of file ParameterHandlerBase.h.

◆ use_adaptive

bool ParameterHandlerBase::use_adaptive
protected

Are we using AMCMC?

Definition at line 455 of file ParameterHandlerBase.h.


The documentation for this class was generated from the following files: