| Package | Description |
|---|---|
| org.colomoto.biolqm.tool.simulation |
Some tools to run simulations on logical models.
|
| org.colomoto.biolqm.tool.simulation.random |
Implementation of updating schemes: update the state of a model (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static RandomUpdater |
UpdaterFactory.getRandomUpdater(LogicalModel model,
String s) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRandomUpdater
Base class for random updaters.
|
class |
RandomUpdaterWithRates
Updater picking a random successor in the asynchronous scheme, with optional rates.
|
class |
RandomUpdaterWrapper
Random random which wraps a MultipleSuccessorUpdater and picks one of the successors.
|
| Constructor and Description |
|---|
RandomWalkSimulation(RandomUpdater updater,
byte[] init,
int max_steps) |
Copyright © 2012–2020. All rights reserved.