|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlio.misc.SearchOutput
lio.search.local.greedy.GreedySearchOutput
public class GreedySearchOutput
Extends the SearchOutput so that it can provide information for greedy based algorithms, which mainly consists in the number of candidate steps that have been evaluated in the solution construction.
Field Summary |
---|
Fields inherited from class lio.misc.SearchOutput |
---|
showBestFitness, showBestIndividual, showNumEvaluations, showNumEvaluationsBest, showNumIterations, showNumIterationsBest, showTimeBest, showTotalTime |
Constructor Summary | |
---|---|
GreedySearchOutput()
Constructor |
Method Summary | |
---|---|
LiOResourceDefinition |
getDefinition()
Return a LiOResDescription object with the information of each object. |
java.lang.String |
getFormattedOutput()
Builds the output by gathering data from statistics and according to the setting of the resource in a formatted way suitable for writing in files. |
java.lang.String |
getOutput()
Builds the output by gathering data from statistics and according to the setting of the resource. |
boolean |
isShowCanditateSteps()
|
void |
setShowCanditateSteps(boolean showCanditateSteps)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GreedySearchOutput()
Method Detail |
---|
public java.lang.String getOutput()
getOutput
in class SearchOutput
public java.lang.String getFormattedOutput()
getFormattedOutput
in class SearchOutput
public LiOResourceDefinition getDefinition()
getDefinition
in interface LiOResource
getDefinition
in class SearchOutput
public boolean isShowCanditateSteps()
public void setShowCanditateSteps(boolean showCanditateSteps)
showCanditateSteps
- the showCanditateSteps to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |