BFergerson / Chronetic

Analyzes chronological patterns present in time-series data and provides human-readable descriptions
http://chronetic.io
Apache License 2.0
24 stars 1 forks source link

Upgrade Jenetics #2

Open BFergerson opened 6 years ago

BFergerson commented 6 years ago

Jenetics 4.1.0 has support for multi-objective optimization. Can hopefully get rid of my hideous hack and replace it with something pleasant.

BFergerson commented 6 years ago

Need to remove ChronoBreeder and understand better how to let Jenetics do the breeding (https://github.com/jenetics/jenetics/blob/master/jenetics.ext/src/main/java/io/jenetics/ext/moea/MOEA.java)