Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooFit::Experimental Namespace Reference

Functions

std::string & defaultBatchMode ()
 Get a handle on the default BatchMode option that is used when creating likelihoods.
 
RooCmdArg ParallelDescentOptions (bool enable=false, int splitStrategy=0, int numSplits=4)
 
RooCmdArg ParallelGradientOptions (bool enable=true, int orderStrategy=0, int chainFactor=1)
 Configuration options for parallel minimization with multiprocessing library.
 

Function Documentation

◆ defaultBatchMode()

std::string & RooFit::Experimental::defaultBatchMode ( )

Get a handle on the default BatchMode option that is used when creating likelihoods.

Note
Experimental, the interface might change in the future.

Definition at line 71 of file RooGlobalFunc.cxx.

◆ ParallelDescentOptions()

RooCmdArg RooFit::Experimental::ParallelDescentOptions ( bool  enable = false,
int  splitStrategy = 0,
int  numSplits = 4 
)

Definition at line 78 of file RooGlobalFunc.cxx.

◆ ParallelGradientOptions()

RooCmdArg RooFit::Experimental::ParallelGradientOptions ( bool  enable = true,
int  orderStrategy = 0,
int  chainFactor = 1 
)

Configuration options for parallel minimization with multiprocessing library.

Definition at line 76 of file RooGlobalFunc.cxx.