Uses of Class
net.bmahe.genetics4j.extras.evolutionlisteners.ImmutableCSVEvolutionListener
-
Uses of ImmutableCSVEvolutionListener in net.bmahe.genetics4j.extras.evolutionlisteners
Modifier and TypeMethodDescriptionImmutableCSVEvolutionListener.Builder.build()
Builds a newImmutableCSVEvolutionListener
.static <T extends Comparable<T>,
U>
ImmutableCSVEvolutionListener<T, U> ImmutableCSVEvolutionListener.copyOf
(CSVEvolutionListener<T, U> instance) Creates an immutable copy of aCSVEvolutionListener
value.static <T extends Comparable<T>,
U>
ImmutableCSVEvolutionListener<T, U> ImmutableCSVEvolutionListener.of
(String filename, Iterable<? extends ColumnExtractor<T, U>> columnExtractors) Construct a new immutableCSVEvolutionListener
instance.static <T extends Comparable<T>,
U>
ImmutableCSVEvolutionListener<T, U> ImmutableCSVEvolutionListener.of
(String filename, List<ColumnExtractor<T, U>> columnExtractors) Construct a new immutableCSVEvolutionListener
instance.final ImmutableCSVEvolutionListener
<T, U> ImmutableCSVEvolutionListener.withAutoFlush
(boolean value) Copy the current immutable object by setting a value for theautoFlush
attribute.final ImmutableCSVEvolutionListener
<T, U> ImmutableCSVEvolutionListener.withColumnExtractors
(Iterable<? extends ColumnExtractor<T, U>> elements) Copy the current immutable object with elements that replace the content ofcolumnExtractors
.final ImmutableCSVEvolutionListener
<T, U> ImmutableCSVEvolutionListener.withColumnExtractors
(ColumnExtractor<T, U>... elements) Copy the current immutable object with elements that replace the content ofcolumnExtractors
.final ImmutableCSVEvolutionListener
<T, U> ImmutableCSVEvolutionListener.withEvolutionContextSupplier
(GenerationFunction<T, U> value) Copy the current immutable object by setting a value for theevolutionContextSupplier
attribute.final ImmutableCSVEvolutionListener
<T, U> ImmutableCSVEvolutionListener.withFilename
(String value) Copy the current immutable object by setting a value for thefilename
attribute.final ImmutableCSVEvolutionListener
<T, U> ImmutableCSVEvolutionListener.withFilter
(Function<Stream<EvolutionStep<T, U>>, Stream<EvolutionStep<T, U>>> value) Copy the current immutable object by setting a value for thefilter
attribute.final ImmutableCSVEvolutionListener
<T, U> ImmutableCSVEvolutionListener.withSkipN
(int value) Copy the current immutable object by setting a value for theskipN
attribute.Modifier and TypeMethodDescriptionprivate boolean
ImmutableCSVEvolutionListener.equalTo
(int synthetic, ImmutableCSVEvolutionListener<?, ?> another)