Class CSVEvolutionListener<T extends Comparable<T>,U>

java.lang.Object
net.bmahe.genetics4j.extras.evolutionlisteners.CSVEvolutionListener<T,U>
Type Parameters:
T - Fitness type
U - Data type written to the CSV
All Implemented Interfaces:
EvolutionListener<T>
Direct Known Subclasses:
ImmutableCSVEvolutionListener

@Immutable public abstract class CSVEvolutionListener<T extends Comparable<T>,U> extends Object implements EvolutionListener<T>
Evolution Listener which writes the output of each generation to a CSV file
Author:
bruno