public class MCMCRunTransferAgent extends RepositoryStorageTransferAgent
target| Constructor and Description |
|---|
MCMCRunTransferAgent(RepositoryStorage a) |
| Modifier and Type | Method and Description |
|---|---|
double |
getRejectFraction() |
void |
restartUsingParametersFrom(DblParamSet params)
Restarts the chain with a new candidate parameter set copied from the values in the given
DblParamSet.
|
void |
restartUsingParametersFrom(ParameterSetStorage stor)
Restarts the chain with a new candidate parameter set copied from the values in the given
parameter storage.
|
void |
start()
Attempts to start run.
|
void |
stop()
Attempts to stop run.
|
void |
transferStorageCommands(RepositoryStorage that) |
afterCopyStorage, afterTransferStorage, beforeCopyStorage, beforeTransferStorage, copyStorage, copyStorageCommands, transferStoragepublic MCMCRunTransferAgent(RepositoryStorage a)
public double getRejectFraction()
public void stop()
public void start()
public void restartUsingParametersFrom(ParameterSetStorage stor)
public void restartUsingParametersFrom(DblParamSet params)
public void transferStorageCommands(RepositoryStorage that)
transferStorageCommands in interface RepositoryStorageTransfertransferStorageCommands in class RepositoryStorageTransferAgentCopyright © 2011, 2013. Daniel P. Dougherty