Uses of Class
net.bmahe.genetics4j.extras.evolutionlisteners.CSVEvolutionListener
Packages that use CSVEvolutionListener
-
Uses of CSVEvolutionListener in net.bmahe.genetics4j.extras.evolutionlisteners
Subclasses of CSVEvolutionListener in net.bmahe.genetics4j.extras.evolutionlistenersModifier and TypeClassDescriptionfinal classImmutableCSVEvolutionListener<T extends Comparable<T>,U> Immutable implementation ofCSVEvolutionListener.Methods in net.bmahe.genetics4j.extras.evolutionlisteners that return CSVEvolutionListenerModifier and TypeMethodDescriptionImmutableCSVEvolutionListener.Builder.build()Builds a newCSVEvolutionListener.static <T extends Comparable<T>,U>
CSVEvolutionListener<T, U> ImmutableCSVEvolutionListener.copyOf(CSVEvolutionListener<T, U> instance) Creates an immutable copy of aCSVEvolutionListenervalue.static <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> ImmutableCSVEvolutionListener.of(String filename, Iterable<? extends ColumnExtractor<T, U>> columnExtractors) Construct a new immutableCSVEvolutionListenerinstance.static <T extends Comparable<T>,U>
CSVEvolutionListener<T, U> ImmutableCSVEvolutionListener.of(String filename, List<ColumnExtractor<T, U>> columnExtractors) Construct a new immutableCSVEvolutionListenerinstance.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) Methods in net.bmahe.genetics4j.extras.evolutionlisteners with parameters of type CSVEvolutionListenerModifier and TypeMethodDescriptionstatic <T extends Comparable<T>,U>
CSVEvolutionListener<T, U> ImmutableCSVEvolutionListener.copyOf(CSVEvolutionListener<T, U> instance) Creates an immutable copy of aCSVEvolutionListenervalue.final CSVEvolutionListener.Builder<T, U> ImmutableCSVEvolutionListener.Builder.from(CSVEvolutionListener<T, U> instance) Fill a builder with attribute values from the providedCSVEvolutionListenerinstance.