Uses of Interface
net.bmahe.genetics4j.extras.evolutionlisteners.GenerationFunction
Packages that use GenerationFunction
-
Uses of GenerationFunction in net.bmahe.genetics4j.extras.evolutionlisteners
Fields in net.bmahe.genetics4j.extras.evolutionlisteners declared as GenerationFunctionModifier and TypeFieldDescriptionprivate GenerationFunction<T, U> ImmutableCSVEvolutionListener.Builder.evolutionContextSupplierprivate final GenerationFunction<T, U> ImmutableCSVEvolutionListener.evolutionContextSupplierprivate GenerationFunction<T, U> ImmutableCSVEvolutionListener.InitShim.evolutionContextSupplierMethods in net.bmahe.genetics4j.extras.evolutionlisteners that return GenerationFunctionModifier and TypeMethodDescriptionCSVEvolutionListener.evolutionContextSupplier()User defined function to provide some additional information when computing the value to write.ImmutableCSVEvolutionListener.evolutionContextSupplier()User defined function to provide some additional information when computing the value to write.(package private) GenerationFunction<T, U> ImmutableCSVEvolutionListener.InitShim.evolutionContextSupplier()Methods in net.bmahe.genetics4j.extras.evolutionlisteners with parameters of type GenerationFunctionModifier and TypeMethodDescriptionfinal CSVEvolutionListener.Builder<T, U> ImmutableCSVEvolutionListener.Builder.evolutionContextSupplier(GenerationFunction<T, U> evolutionContextSupplier) Initializes the value for theevolutionContextSupplierattribute.(package private) voidImmutableCSVEvolutionListener.InitShim.evolutionContextSupplier(GenerationFunction<T, U> evolutionContextSupplier) 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) final ImmutableCSVEvolutionListener<T, U> ImmutableCSVEvolutionListener.withEvolutionContextSupplier(GenerationFunction<T, U> value) Copy the current immutable object by setting a value for theevolutionContextSupplierattribute.Constructors in net.bmahe.genetics4j.extras.evolutionlisteners with parameters of type GenerationFunctionModifierConstructorDescriptionprivateImmutableCSVEvolutionListener(boolean autoFlush, GenerationFunction<T, U> evolutionContextSupplier, int skipN, Function<Stream<EvolutionStep<T, U>>, Stream<EvolutionStep<T, U>>> filter, String filename, List<ColumnExtractor<T, U>> columnExtractors)