de.kumpe.hadooptimizer
Interface PopulationReader<I>

Type Parameters:
I - the individuals' type
All Superinterfaces:
Serializable
All Known Implementing Classes:
EsPopulationReaderWrapper, MemoryPopulationReader

public interface PopulationReader<I>
extends Serializable

A PopulationReader is used to read the start population during initialization of the evolution cycles.

Author:
Christian Kumpe

Method Summary
 Collection<I> read()
           
 

Method Detail

read

Collection<I> read()
Returns:
the initial population for the evolution cycle


Copyright © 2011 Christian Kumpe. All Rights Reserved.