|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlio.misc.SearchOutput
public class SearchOutput
This object allows determining which information from statistics must be shown.
| Field Summary | |
|---|---|
protected boolean |
showBestFitness
Different parameters that indicates whether to show some information. |
protected boolean |
showBestIndividual
Different parameters that indicates whether to show some information. |
protected boolean |
showNumEvaluations
Different parameters that indicates whether to show some information. |
protected boolean |
showNumEvaluationsBest
Different parameters that indicates whether to show some information. |
protected boolean |
showNumIterations
Different parameters that indicates whether to show some information. |
protected boolean |
showNumIterationsBest
Different parameters that indicates whether to show some information. |
protected boolean |
showTimeBest
Different parameters that indicates whether to show some information. |
protected boolean |
showTotalTime
Different parameters that indicates whether to show some information. |
| Constructor Summary | |
|---|---|
SearchOutput()
Constructor |
|
SearchOutput(boolean bestFitness,
boolean numEvaluations,
boolean numEvaluationsBest,
boolean numIterations,
boolean numIterationsBest,
boolean timeBest,
boolean totalTime,
java.lang.String tag)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getAlgorithmName()
|
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. |
java.lang.String |
getTag()
|
boolean |
isShowBestFitness()
|
boolean |
isShowBestIndividual()
|
boolean |
isShowNumEvaluations()
|
boolean |
isShowNumEvaluationsBest()
|
boolean |
isShowNumIterations()
|
boolean |
isShowNumIterationsBest()
|
boolean |
isShowTimeBest()
|
boolean |
isShowTotalTime()
|
void |
setAlgorithmName(java.lang.String algorithmName)
|
void |
setShowBestFitness(boolean showBestFitness)
|
void |
setShowBestIndividual(boolean showBestIndividual)
|
void |
setShowNumEvaluations(boolean showNumEvaluations)
|
void |
setShowNumEvaluationsBest(boolean showNumEvaluationsBest)
|
void |
setShowNumIterations(boolean showNumIterations)
|
void |
setShowNumIterationsBest(boolean showNumIterationsBest)
|
void |
setShowTimeBest(boolean showTimeBest)
|
void |
setShowTotalTime(boolean showTotalTime)
|
void |
setTag(java.lang.String tag)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean showBestFitness
protected boolean showNumIterationsBest
protected boolean showNumIterations
protected boolean showNumEvaluationsBest
protected boolean showNumEvaluations
protected boolean showTimeBest
protected boolean showTotalTime
protected boolean showBestIndividual
| Constructor Detail |
|---|
public SearchOutput()
public SearchOutput(boolean bestFitness,
boolean numEvaluations,
boolean numEvaluationsBest,
boolean numIterations,
boolean numIterationsBest,
boolean timeBest,
boolean totalTime,
java.lang.String tag)
| Method Detail |
|---|
public java.lang.String getOutput()
public java.lang.String getFormattedOutput()
public LiOResourceDefinition getDefinition()
getDefinition in interface LiOResourcepublic boolean isShowBestFitness()
public void setShowBestFitness(boolean showBestFitness)
showBestFitness - The showBestFitness to set.public boolean isShowNumEvaluations()
public void setShowNumEvaluations(boolean showNumEvaluations)
showNumEvaluations - The showNumEvaluations to set.public boolean isShowNumEvaluationsBest()
public void setShowNumEvaluationsBest(boolean showNumEvaluationsBest)
showNumEvaluationsBest - The showNumEvaluationsBest to set.public boolean isShowNumIterations()
public void setShowNumIterations(boolean showNumIterations)
showNumIterations - The showNumIterations to set.public boolean isShowNumIterationsBest()
public void setShowNumIterationsBest(boolean showNumIterationsBest)
showNumIterationsBest - The showNumIterationsBest to set.public boolean isShowTimeBest()
public void setShowTimeBest(boolean showTimeBest)
showTimeBest - The showTimeBest to set.public boolean isShowTotalTime()
public void setShowTotalTime(boolean showTotalTime)
showTotalTime - The showTotalTime to set.public java.lang.String getTag()
public void setTag(java.lang.String tag)
tag - The tag to set.public java.lang.String getAlgorithmName()
public void setAlgorithmName(java.lang.String algorithmName)
algorithmName - The algorithmName to set.public boolean isShowBestIndividual()
public void setShowBestIndividual(boolean showBestIndividual)
showBestIndividual - The showBestIndividual to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||