Module io.jenetics.base
module io.jenetics.base
-
Packages
PackageDescriptionThis is the base package of the Jenetics library and contains all domain classes, like Gene, Chromosome or Genotype.This package contains classes which perform the actual evolution.This package contains additional statistics classes which are not available in the Java core library.This package contains the collection classes (Seq
,ISeq
andMSeq
) which are used in the public interfaces of theChromosome
andGenotype
.