Skip to content

Commit

Permalink
sadly had to bring back this adaptive fucniton
Browse files Browse the repository at this point in the history
  • Loading branch information
KSkwarczynski committed Jul 29, 2024
1 parent 3d74fdc commit f0e4c45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions covariance/covarianceBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ class covarianceBase {
/// @brief Initialise adaptive MCMC
/// @param adapt_manager Node having from which we load all adaptation options
void initialiseAdaption(const YAML::Node& adapt_manager);
/// @brief Save adaptive throw matrix to file
void saveAdaptiveToFile(const TString& outFileName, const TString& systematicName) {
AdaptiveHandler.SaveAdaptiveToFile(outFileName, systematicName); }

/// @brief Do we adapt or not
bool getDoAdaption(){return use_adaptive;}
Expand Down

0 comments on commit f0e4c45

Please sign in to comment.