
Release v9.0.0 · jenetics/jenetics
Improvements
Update Java 25 and optimize code for new Java version.
#917: ScopedValue for RandomRegistry class.
#940: Remove deprecated API.
#955: Make IntStream counting more robust.
GitHub
Release v8.3.0 · jenetics/jenetics
Improvements
#933: Deprecate RandomAdapter for removal.
#935: Compile and test Jenetics with Java 24/25
#938: Convert Range classes into records.
#943: Remove `org.apache.commons:commons-math3´ te...
GitHub
Release v8.2.0 · jenetics/jenetics
Improvements
#889: Allow adding annotations to Cfg elements for Grammatical Evolution.
final var cfg2 = Cfg.<String>builder()
.R("expr", rule -> rule
.N("num", "annotation 1")
...
GitHub
Release v8.1.0 · jenetics/jenetics
Improvements
#822: Improve the build script for generating combined Javadoc.
#898: Add support for reading data from CSV files or strings. This simplifies the code for regression problems.
static...
GitHub