|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlio.misc.Statistics
lio.search.local.greedy.GreedyStatistics
public class GreedyStatistics
Extends the Statistics so that the number of candidate steps evaluated to build a single solution is considered.
| Constructor Summary | |
|---|---|
GreedyStatistics()
|
|
| Method Summary | |
|---|---|
void |
addNumCandidateSteps(int numCandidateSteps)
Adds a number of candidate steps evaluated to build the solution. |
LiOResourceDefinition |
getDefinition()
Return a LiOResDescription object with the information of each object. |
int |
getNumCandidateSteps()
|
void |
init()
Reset statistics. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GreedyStatistics()
| Method Detail |
|---|
public int getNumCandidateSteps()
public void init()
init in class Statisticspublic void addNumCandidateSteps(int numCandidateSteps)
numCandidateSteps - the numCandidateSteps to setpublic LiOResourceDefinition getDefinition()
getDefinition in interface LiOResourcegetDefinition in class Statistics
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||