Class ExternalArchiveObserver<S extends Solution<?>>

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

public class ExternalArchiveObserver<S extends Solution<?>> extends Object implements Observer<Map<String,Object>>
This observer add the solutions of population to an archive. It expects a pair (EVALUATIONS, int) in the map used in the update() method.
Author:
Antonio J. Nebro