|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.kernel.common.opres.heuristics.NoHeuristic
public final class NoHeuristic
Field Summary |
---|
Fields inherited from interface choco.kernel.common.opres.heuristics.IHeuristic |
---|
LOGGER |
Method Summary | |
---|---|
void |
execute()
|
boolean |
existsSolution()
indicates if the search find at least one solution. |
static NoHeuristic |
getInstance()
Returns this shared instance. |
int |
getIterationCount()
get computation time in seconds |
Number |
getObjectiveValue()
Get the best objective value of a solution. |
int |
getSolutionCount()
Get the solution count of the measure |
double |
getTimeCount()
get computation time in seconds |
boolean |
hasSearched()
indicates if the algorithm was executed |
boolean |
isObjectiveOptimal()
|
void |
reset()
|
String |
solutionToString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final NoHeuristic getInstance()
public void execute()
execute
in interface IHeuristic
public void reset()
reset
in interface IHeuristic
public Number getObjectiveValue()
IOptimizationMeasures
getObjectiveValue
in interface IOptimizationMeasures
public boolean isObjectiveOptimal()
isObjectiveOptimal
in interface IOptimizationMeasures
public int getIterationCount()
IHeuristic
getIterationCount
in interface IHeuristic
public double getTimeCount()
IHeuristic
getTimeCount
in interface IHeuristic
public boolean hasSearched()
IHeuristic
hasSearched
in interface IHeuristic
true
if a solution was found
public boolean existsSolution()
ISolutionMeasures
existsSolution
in interface ISolutionMeasures
public int getSolutionCount()
ISolutionMeasures
getSolutionCount
in interface ISolutionMeasures
public String solutionToString()
solutionToString
in interface ISolutionDisplay
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |