Class Readers.BitChromosome

java.lang.Object
io.jenetics.xml.Readers.BitChromosome
Enclosing class:
Readers

public static final class Readers.BitChromosome extends Object
Bit chromosome reader methods, which reads XML-representations of bit-chromosomes.

XML

 
 <bit-chromosome length="20" ones-probability="0.5">11100011101011001010</bit-chromosome>
 
}