public class ExhaustiveSimParameters extends Object implements ISimulationParameters
Constructor and Description |
---|
ExhaustiveSimParameters() |
Modifier and Type | Method and Description |
---|---|
double |
getCutOffProbability()
Gets the cut off probability.
|
double |
getDesiredOverallProbability()
Gets the desired overall probability.
|
int |
getMaxNumRuns()
Gets the max num runs.
|
double |
getMaxRunFraction()
Gets the max run fraction.
|
void |
setCutOffProbability(double cutOffProbability)
Sets the cut off probability.
|
void |
setDesiredOverallProbability(double desiredOverallProbability)
Sets the desired overall probability.
|
void |
setMaxNumRuns(int maxNumRuns)
Sets the max num runs.
|
void |
setMaxRunFraction(double maxRunFraction)
Sets the max run fraction.
|
public int getMaxNumRuns()
public void setMaxNumRuns(int maxNumRuns)
maxNumRuns
- the new max num runspublic double getMaxRunFraction()
public void setMaxRunFraction(double maxRunFraction)
maxRunFraction
- the new max run fractionpublic double getCutOffProbability()
public void setCutOffProbability(double cutOffProbability)
cutOffProbability
- the new cut off probabilitypublic double getDesiredOverallProbability()
public void setDesiredOverallProbability(double desiredOverallProbability)
desiredOverallProbability
- the new desired overall probabilityCopyright © 2013. All Rights Reserved.