You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.
This module contains additional algorithms, genes and chromosomes which are somehow not standard. The main reason for this division is the desire to keep the io.jenetics.base module as small as possible.
Multi-objective optimization
The io.jenetics.ext.moea package contains classes and data structures, which allows the optimization of multi-object problems.
Modifiable Engines
The io.jenetics.ext.engine contains classes, which allows the creation of adapting evolution streams. Depending on the actual population statistics, it is possible to change the parameters for the underlying evolution Engine.
Genes and chromosomes
BigIntegerGene
BigIntegerChromosome
TreeGene
TreeChromosome
Operators
WeaselMutator
WeaselSelector
SimulatedBinaryCrossover
SingleNodeCrossover
Util classes
Tree: General tree implementation; needed for the org.jenetics.prog module.