Entry point for running a Beast task, for instance an MCMC or other probabilistic analysis, a simulation, etc.
optimise by grid search
distribution, nsamples, points, logger, state
 
type: beast.base.inference.Distribution |
probability distribution to sample over (e.g. a posterior) |
Required input |
 
type: java.lang.Integer |
Number of samples to report at the end |
Optional input. Default: 1000 |
 
type: java.lang.Integer |
Number of grid points for each parameter |
Optional input. Default: 100 |
 
type: beast.base.inference.Logger*** |
loggers for reporting the posterior at the end of the grid search |
Required input |
 
type: beast.base.inference.State |
elements of the state space |
Required input |