|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp3j.simulation.assignments.exhaustive.ExhaustiveSimParameters
public class ExhaustiveSimParameters
Holds parameters for the exhaustive assignment generation approach. Created: August 21, 2008
Constructor Summary | |
---|---|
ExhaustiveSimParameters()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExhaustiveSimParameters()
Method Detail |
---|
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 probability
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |