|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHeuristic
Field Summary | |
---|---|
static Logger |
LOGGER
|
Method Summary | |
---|---|
void |
execute()
|
int |
getIterationCount()
get computation time in seconds |
double |
getTimeCount()
get computation time in seconds |
boolean |
hasSearched()
indicates if the algorithm was executed |
void |
reset()
|
Methods inherited from interface choco.kernel.solver.search.measure.IOptimizationMeasures |
---|
getObjectiveValue, isObjectiveOptimal |
Methods inherited from interface choco.kernel.solver.search.measure.ISolutionMeasures |
---|
existsSolution, getSolutionCount |
Methods inherited from interface choco.kernel.solver.search.ISolutionDisplay |
---|
solutionToString |
Field Detail |
---|
static final Logger LOGGER
Method Detail |
---|
void reset()
void execute()
boolean hasSearched()
true
if a solution was found
double getTimeCount()
int getIterationCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |