public interface MonteCarloAcceptor
Modifier and Type | Method and Description |
---|---|
boolean |
accept(MonteCarloResults oldResult,
MonteCarloResults newResult)
Accept a step in a Monte Carlo path/chain based on the ratio of the results at each step.
|
boolean accept(MonteCarloResults oldResult, MonteCarloResults newResult)
oldResult
- the results at the previous step.newResult
- the result at the current (proposed) step.Copyright © 2015 University of Glasgow. All rights reserved.