Class BigIntegerGene

java.lang.Object
io.jenetics.ext.BigIntegerGene
All Implemented Interfaces:
BoundedGene<BigInteger,BigIntegerGene>, Gene<BigInteger,BigIntegerGene>, NumericGene<BigInteger,BigIntegerGene>, Factory<BigIntegerGene>, Mean<BigIntegerGene>, Self<BigIntegerGene>, Verifiable, Serializable, Comparable<BigIntegerGene>

Numeric chromosome implementation which holds an arbitrary sized integer number.

This is a value-based class; use of identity-sensitive operations (including reference equality (==), identity hash code, or synchronization) on instances of IntegerGene may have unpredictable results and should be avoided.

Since:
3.5
Version:
6.0
See Also: