Uses of Class
net.bmahe.genetics4j.extras.evolutionlisteners.CSVEvolutionListener
-
Uses of CSVEvolutionListener in net.bmahe.genetics4j.extras.evolutionlisteners
Modifier and TypeClassDescriptionfinal class
ImmutableCSVEvolutionListener<T extends Comparable<T>,
U> Immutable implementation ofCSVEvolutionListener
.Modifier and TypeMethodDescriptionstatic <T extends Comparable<T>,
U>
CSVEvolutionListener<T, U> CSVEvolutionListener.of
(String filename, Iterable<? extends ColumnExtractor<T, U>> columnExtractors) static <T extends Comparable<T>,
U>
CSVEvolutionListener<T, U> CSVEvolutionListener.of
(String filename, List<ColumnExtractor<T, U>> columnExtractors) static <T extends Comparable<T>,
U>
CSVEvolutionListener<T, U> CSVEvolutionListener.of
(String filename, GenerationFunction<T, U> evolutionContextSupplier, Iterable<? extends ColumnExtractor<T, U>> columnExtractors) static <T extends Comparable<T>,
U>
CSVEvolutionListener<T, U> CSVEvolutionListener.of
(String filename, GenerationFunction<T, U> evolutionContextSupplier, Iterable<? extends ColumnExtractor<T, U>> columnExtractors, int skipN) static <T extends Comparable<T>,
U>
CSVEvolutionListener<T, U> CSVEvolutionListener.ofTopN
(String filename, GenerationFunction<T, U> evolutionContextSupplier, Iterable<? extends ColumnExtractor<T, U>> columnExtractors, int topN) static <T extends Comparable<T>,
U>
CSVEvolutionListener<T, U> CSVEvolutionListener.ofTopN
(String filename, GenerationFunction<T, U> evolutionContextSupplier, Iterable<? extends ColumnExtractor<T, U>> columnExtractors, Comparator<T> comparator, int topN) Modifier and TypeMethodDescriptionstatic <T extends Comparable<T>,
U>
ImmutableCSVEvolutionListener<T, U> ImmutableCSVEvolutionListener.copyOf
(CSVEvolutionListener<T, U> instance) Creates an immutable copy of aCSVEvolutionListener
value.final CSVEvolutionListener.Builder
<T, U> ImmutableCSVEvolutionListener.Builder.from
(CSVEvolutionListener<T, U> instance) Fill a builder with attribute values from the providedCSVEvolutionListener
instance.