Uses of Class
net.bmahe.genetics4j.extras.evolutionlisteners.ImmutableCSVEvolutionListener
Packages that use ImmutableCSVEvolutionListener
-
Uses of ImmutableCSVEvolutionListener in net.bmahe.genetics4j.extras.evolutionlisteners
Methods in net.bmahe.genetics4j.extras.evolutionlisteners that return ImmutableCSVEvolutionListenerModifier and TypeMethodDescriptionfinal ImmutableCSVEvolutionListener<T, U> ImmutableCSVEvolutionListener.withAutoFlush(boolean value) Copy the current immutable object by setting a value for theautoFlushattribute.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 theevolutionContextSupplierattribute.final ImmutableCSVEvolutionListener<T, U> ImmutableCSVEvolutionListener.withFilename(String value) Copy the current immutable object by setting a value for thefilenameattribute.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 thefilterattribute.final ImmutableCSVEvolutionListener<T, U> ImmutableCSVEvolutionListener.withSkipN(int value) Copy the current immutable object by setting a value for theskipNattribute.Methods in net.bmahe.genetics4j.extras.evolutionlisteners with parameters of type ImmutableCSVEvolutionListenerModifier and TypeMethodDescriptionprivate booleanImmutableCSVEvolutionListener.equalsByValue(ImmutableCSVEvolutionListener<?, ?> another)