We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a stream method to the NumericChromosome classes, which returns a stream of the corresponding primitive type.
stream
Chromosome
DoubleChromosome.doubleStream(): DoubleStream; IntegerChromosome.intStream(): IntStream; LongChromosome.longStream(): LongStream;
The text was updated successfully, but these errors were encountered:
#361: Make Gene stream of Chromosome lazy.
9bd1f31
#361: Add 'DoubleChromosome.doubleStream()' method.
4693551
#361: Add test for 'DoubleChromosome.doubleStreaam()' method.
38214be
#361: Add 'IntegerChromosome.intStream()' method.
12fa3df
#361: Add 'LongChromosome.longStream()' method.
5e00923
Merge pull request #362 from jenetics/issues/JENETICS-361-allele_stream
d54fa2f
#361: Add chromosome stream methods
Merged into r4.3.0 branch.
Sorry, something went wrong.
jenetics
No branches or pull requests
Add a
stream
method to the NumericChromosome
classes, which returns a stream of the corresponding primitive type.The text was updated successfully, but these errors were encountered: