de.kumpe.hadooptimizer
Interface PopulationWriter<I>

Type Parameters:
I - the individuals' type
All Superinterfaces:
Serializable
All Known Implementing Classes:
EsPopulationWriterWrapper, MemoryPopulationWriter, NullPopulationWriter

public interface PopulationWriter<I>
extends Serializable

A PopulationWriter is used to store the resulting population of an optimization.

Author:
Christian Kumpe

Method Summary
 void write(Collection<I> population)
          Store the given population.
 

Method Detail

write

void write(Collection<I> population)
Store the given population.

Parameters:
population - the optimization result population


Copyright © 2011 Christian Kumpe. All Rights Reserved.