Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jenetics-4.3.0.zip | 2018-10-28 | 28.2 MB | |
README.md | 2018-10-28 | 1.7 kB | |
v4.3.0.tar.gz | 2018-10-28 | 8.7 MB | |
v4.3.0.zip | 2018-10-28 | 9.3 MB | |
Totals: 4 Items | 46.2 MB | 0 |
Improvements
- #347: Improve
hashCode
andequals
methods. - #349: Cleanup of chromosome constructors. Make the constructors more regular.
- #355: Simplify implementation of numeric genes.
- #361: Add
NumericChromosome.primitiveStream()
methods. - #366: Deprecate reference to fitness function property from
Phenotype
. Preparation step for generalizing the fitness evaluation. - #377: Add
Tree.childAt
method. Lets you fetch deeply nested child nodes. - #378: Convert tree to parentheses tree string.
- #379: Parse parentheses tree string to tree object.
- #380: Add
TreeNode.map
method. - #400: Codec for mapping source- and target objects.
- #406: Make the library compilable under Java 11.
- #411: Improve the behaviour of the
MathExpr.format
method.