public class FirefrontSimulation extends Simulation
Modifier and Type | Field and Description |
---|---|
double |
alpha
minimum probability of a state to be considered relevant
|
double |
beta
minimum residual probability in F to stop simulation
|
static double |
DEFAULT_ALPHA |
int |
maxDepth
maximum depth
|
int |
maxExpand
maximum number of states to expand per iteration
|
protected org.colomoto.biolqm.tool.simulation.multiplesuccessor.AsynchronousUpdater |
updater |
Constructor and Description |
---|
FirefrontSimulation()
Instantiates a Firefront simulation
|
Modifier and Type | Method and Description |
---|---|
void |
addModel(StatefulLogicalModel _model) |
void |
dynamicUpdateValues()
Updates a simulation with parameterizations dynamically fixed based on the
properties of the input model
|
String |
getName() |
String |
parametersToString()
Prints the current parameters
|
Result |
runSim()
Performs the simulation
|
exit, output, publish, run, runSimulation, saveOutput, setComponents
public static double DEFAULT_ALPHA
public double alpha
public double beta
public int maxDepth
public int maxExpand
protected org.colomoto.biolqm.tool.simulation.multiplesuccessor.AsynchronousUpdater updater
public FirefrontSimulation()
public void addModel(StatefulLogicalModel _model)
addModel
in class Simulation
public Result runSim() throws IOException
Simulation
runSim
in class Simulation
IOException
public void dynamicUpdateValues()
Simulation
dynamicUpdateValues
in class Simulation
public String parametersToString()
Simulation
parametersToString
in class Simulation
public String getName()
getName
in class Simulation
Copyright © 2005–2020. All rights reserved.