public interface MarkovStepGenerator
Modifier and Type | Method and Description |
---|---|
MonteCarloStep |
generateNextStep(MonteCarloStep step)
Generate the next step in the path.
|
MonteCarloStep |
getInitialStep()
Get the initial Step of the path.
|
MonteCarloStep generateNextStep(MonteCarloStep step)
step
- the current step.MonteCarloStep getInitialStep()
Copyright © 2015 University of Glasgow. All rights reserved.