Package | Description |
---|---|
broadwick.montecarlo.markovchain.controller |
This package contains classes for controlling the Markov chain e.g determining when to terminate the chain.
|
broadwick.montecarlo.markovchain.observer |
This package contains classes for observing Markov Chains.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MarkovChainMaxNumStepController.goOn(MarkovChainMonteCarlo mc) |
boolean |
MarkovChainController.goOn(MarkovChainMonteCarlo mc)
Returns whether or not to continue with the calculation.
|
Modifier and Type | Field and Description |
---|---|
protected MarkovChainMonteCarlo |
MarkovChainObserver.monteCarlo |
Constructor and Description |
---|
MarkovChainObserver(MarkovChainMonteCarlo mc)
Creates an observer dedicated to one Monte Carlo process.
|
Copyright © 2015 University of Glasgow. All rights reserved.