file great/great.hpp
[No description available] More…
Namespaces
Name |
---|
Gambit TODO: see if we can use this one: |
Gambit::GreAT |
Classes
Name | |
---|---|
struct | Gambit::GreAT::greatScanData Structure for passing likelihood and printer data through GreAT to the objective function. |
Detailed Description
Author: Antje Putze (putze@lapth.cnrs.fr)
Date:
- 2015 Nov
- 2016 Apr
ScannerBit interface to GreAT 1.0.0
Header file
Authors (add name and date if you modify):
Source code
// GAMBIT: Global and Modular BSM Inference Tool
// *********************************************
/// \file
///
/// ScannerBit interface to GreAT 1.0.0
///
/// Header file
///
/// *********************************************
///
/// Authors (add name and date if you modify):
///
/// \author Antje Putze
/// (putze@lapth.cnrs.fr)
/// \date 2015 Nov
/// \date 2016 Apr
///
/// *********************************************
#ifndef __great_hpp__
#define __great_hpp__
#include "gambit/ScannerBit/scanner_plugin.hpp"
class TGreatPoint;
namespace Gambit
{
namespace GreAT
{
/// Structure for passing likelihood and printer data through GreAT to the objective function.
struct greatScanData
{
Scanner::like_ptr likelihood_function;
Scanner::printer_interface* printer;
double min_logLike;
};
/// Function to be minimised by GreAT
double LogLikelihoodFunction(TGreatPoint& point);
}
}
#endif // #defined __great_hpp__
Updated on 2024-07-18 at 13:53:32 +0000