public class RandomUpdaterWithRates extends AbstractRandomUpdater
randommodel, size| Constructor and Description |
|---|
RandomUpdaterWithRates(LogicalModel model)
Create a new random random
|
RandomUpdaterWithRates(LogicalModel model,
double[] rates) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
pickSuccessor(byte[] state)
Get the successor of a state state.
|
setSeedgetModel, nodeChange, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModelpublic RandomUpdaterWithRates(LogicalModel model)
model - the model for which the random is constructedpublic RandomUpdaterWithRates(LogicalModel model, double[] rates)
model - the model for which the random is constructedrates - the rates associated to each componentpublic byte[] pickSuccessor(byte[] state)
RandomUpdaterstate - the current stateCopyright © 2012–2020. All rights reserved.