de.kumpe.hadooptimizer.impl
Class NullPopulationWriter<I>
java.lang.Object
de.kumpe.hadooptimizer.impl.NullPopulationWriter<I>
- Type Parameters:
I
- the individuals' type
- All Implemented Interfaces:
- PopulationWriter<I>, Serializable
public class NullPopulationWriter<I>
- extends Object
- implements PopulationWriter<I>
A PopulationWriter
which discards the given population.
- Author:
- Christian Kumpe
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullPopulationWriter
public NullPopulationWriter()
write
public void write(Collection<I> population)
- Description copied from interface:
PopulationWriter
- Store the given population.
- Specified by:
write
in interface PopulationWriter<I>
- Parameters:
population
- the optimization result population
Copyright © 2011 Christian Kumpe. All Rights Reserved.