|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
public interface OutputWriter
Writes output files. The allow the Evaluator to automatically
resume itself at the last known good result, output writers are expected to
cleanup the file and return the number of valid entries through
getNumberOfEntries().
| Method Summary | |
|---|---|
void |
append(ResultEntry entry)
Appends the specified non-dominated population and optional attributes to the file. |
int |
getNumberOfEntries()
Returns the number of entries in the file. |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Method Detail |
|---|
int getNumberOfEntries()
append(org.moeaframework.analysis.sensitivity.ResultEntry) method.
void append(ResultEntry entry)
throws IOException
entry - the non-dominated population and optional attributes
IOException - if an I/O error occurred
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||