Unclaimed project
Are you a maintainer of jenetics? Claim this project to take control of your public changelog and roadmap.
Changelog
Jenetics - Genetic Algorithm, Genetic Programming, Grammatical Evolution, Evolutionary Algorithm, and Multi-objective Optimization
Cfg elements for Grammatical Evolution.final var cfg2 = Cfg.<String>builder()
.R("expr", rule -> rule
.N("num", "annotation 1")
.N("var", "annotation 2")
.E(exp -> exp
.T("(")
.N("expr").N("op", 4).N("expr")...
static List<Sample<Double>> parseDoubles(final CharSequence csv) {
return CsvSupport....
Engine (see code snippet below), the previous behaviour has been preserverd.final Engine<DoubleGene, Double> engine = Engine.builder(ff)
.fitnessExecutor(BatchExec...