Package | Description |
---|---|
broadwick.montecarlo |
Monte Carlo simulation package.
|
broadwick.montecarlo.markovchain |
This package contains classes for generating Monte Carlo Markov Chains.
|
Modifier and Type | Field and Description |
---|---|
private MonteCarloScenario |
Producer.simulation |
private MonteCarloScenario |
MonteCarlo.simulation |
Modifier and Type | Method and Description |
---|---|
MonteCarloScenario |
MonteCarloScenario.copyOf()
Create a copy of the MonteCarloScenario object.
|
Constructor and Description |
---|
MonteCarlo(MonteCarloScenario simulation,
int numSimulations)
Create a Monte Carlo object that is capable of running
numSimulation MonteCarloScenarios. |
Producer(ArrayBlockingQueue<MonteCarloResults> queue,
MonteCarloScenario simulation,
int numSimulations)
Create the producer object.
|
Modifier and Type | Field and Description |
---|---|
private MonteCarloScenario |
MarkovChainMonteCarlo.model |
Constructor and Description |
---|
MarkovChainMonteCarlo(MonteCarloScenario model,
int numSimulations,
MonteCarloResults consumer,
MarkovChainController controller,
MarkovStepGenerator generator)
Create a Monte Carlo instance.
|
MarkovChainMonteCarlo(MonteCarloScenario model,
int numSimulations,
MonteCarloResults consumer,
MarkovStepGenerator generator)
Create a Monte Carlo instance.
|
Copyright © 2015 University of Glasgow. All rights reserved.