localsolverblackbox
public class LSBBParam extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getEvaluationLimit()
Gets the maximum number of blackbox evalutions.
|
LocalSolverBlackBox |
getLocalSolverBlackBox()
Returns the LocalSolverBlackBox object associated to these parameters.
|
int |
getSeed()
Gets the seed of the pseudo-random number generator used by the solver.
|
int |
getTimeLimit()
Gets the time limit in seconds.
|
int |
hashCode() |
void |
setEvaluationLimit(int limit)
Sets the maximum number of blackbox evaluations.
|
void |
setObjectiveBound(double bound)
Sets the objective bound.
|
void |
setSeed(int seed)
Sets the seed of the pseudo-random number generator used by the solver.
|
void |
setTimeLimit(int limit)
Sets the time limit in seconds.
|
java.lang.String |
toString() |
public LocalSolverBlackBox getLocalSolverBlackBox()
public void setSeed(int seed)
LSBBState.Stopped.seed - Seed of the pseudo-random number generator.public int getSeed()
LSBBState.Paused or LSBBState.Stopped.setSeed(int)public void setTimeLimit(int limit)
LSBBState.Stopped.limit - Time limit in seconds.public int getTimeLimit()
LSBBState.Paused or LSBBState.Stopped.setTimeLimit(int)public void setEvaluationLimit(int limit)
LSBBState.Stopped.limit - Maximum number of blackbox evaluation.public int getEvaluationLimit()
LSBBState.Paused or LSBBState.Stopped.setEvaluationLimit(int)public void setObjectiveBound(double bound)
LSBBState.Stopped.bound - Objective bound.public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object