Class WriteExecutionDataToFilesObserver

java.lang.Object
org.uma.evolver.util.WriteExecutionDataToFilesObserver
All Implemented Interfaces:
org.uma.jmetal.util.observer.Observer<Map<String,Object>>

public class WriteExecutionDataToFilesObserver extends Object implements org.uma.jmetal.util.observer.Observer<Map<String,Object>>
This observer stores a solution list in files. Concretely, the variables and objectives are written in files called VAR.x.tsv and VAR.x.tsv, respectively (x is an iteration counter). The frequency of the writes are set by a parameter.
Author:
Antonio J. Nebro