public class MonteCarloStep extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
(package private) Map<String,Double> |
coordinates |
Constructor and Description |
---|
MonteCarloStep(Map<String,Double> coordinates)
Create a single step in a Markov Chain.
|
MonteCarloStep(MonteCarloStep step)
Copy constructor.
|
public MonteCarloStep(MonteCarloStep step)
step
- the step to copy.Copyright © 2015 University of Glasgow. All rights reserved.