| Package | Description |
|---|---|
| broadwick.montecarlo.markovchain |
This package contains classes for generating Monte Carlo Markov Chains.
|
| broadwick.montecarlo.markovchain.observer |
This package contains classes for observing Markov Chains.
|
| Modifier and Type | Field and Description |
|---|---|
private Set<MarkovChainObserver> |
MarkovChainMonteCarlo.observers |
| Modifier and Type | Method and Description |
|---|---|
void |
MarkovChainMonteCarlo.addObserver(MarkovChainObserver observer)
Add an observer to the list of observers.
|
| Modifier and Type | Method and Description |
|---|---|
int |
MarkovChainObserver.compareTo(MarkovChainObserver o) |
Copyright © 2015 University of Glasgow. All rights reserved.