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.
simulationObject, nSims, logger
 
type: beast.base.core.BEASTObject*** |
BEASTObject constituting simulated quantity. |
Optional input |
 
type: java.lang.Integer |
Number of values to simulate |
Required input |
 
type: beast.base.inference.Logger*** |
Logger used to write results to screen or disk. |
Optional input |