Class WriteSolutionsToFilesObserver

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

public class WriteSolutionsToFilesObserver extends Object implements 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