public interface TreeGene<A, G extends TreeGene<A,G>>
extends Gene<A,G>, FlatTree<A,G>
Representation of tree shaped gene. Since the genes are part of a chromosome,
they are implementing the FlatTree interface, which makes the required
storage layout explicit.
Since:
3.9
Version:
6.0
Nested Class Summary
Nested classes/interfaces inherited from interface Tree