BEAST v2.7.8 Documentation: feast.simulation.GPSimulator

Entry point for running a Beast task, for instance an MCMC or other probabilistic analysis, a simulation, etc.
This Runnable allows you to iterate the initialisation of some BEASTObject and to log the results using the standard Logger mechanism.

Inputs:

simulationObject, nSims, logger

 

simulationObject
type: beast.base.core.BEASTObject***
BEASTObject constituting simulated quantity.
Optional input

 

nSims
type: java.lang.Integer
Number of values to simulate
Required input

 

logger
type: beast.base.inference.Logger***
Logger used to write results to screen or disk.
Optional input