Package io.jenetics.ext.util


package io.jenetics.ext.util
This package contains data-structures needed by the GA specific implementations.
Since:
4.1
Version:
4.1
  • Class
    Description
    FlatTree<V,T extends FlatTree<V,T>>
    Tree specification, where the nodes of the whole tree are stored in an array.
    Default implementation of the FlatTree interface.
    Tree<V,T extends Tree<V,T>>
    General purpose tree structure.
    This class represents the path to child within a given tree.
    Definition of different tree formatter strategies.
    A general purpose node in a tree data-structure.