public class MonteCarloSimulation extends Simulation
Modifier and Type | Field and Description |
---|---|
int |
maxSteps
maximum depth
|
int |
runs
number of iterations
|
Constructor and Description |
---|
MonteCarloSimulation()
Instantiates a Monte Carlo 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 MonteCarloSimulation()
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.