JAGA Homepage

Uses of Class
org.jaga.util.BitString

Packages that use BitString
org.jaga.individualRepresentation.greycodedNumbers   
org.jaga.reproduction.greycodedNumbers   
org.jaga.util   
 

Uses of BitString in org.jaga.individualRepresentation.greycodedNumbers
 

Fields in org.jaga.individualRepresentation.greycodedNumbers declared as BitString
private  BitString NNumbersGreycodedIndivudual.representation
           
 

Methods in org.jaga.individualRepresentation.greycodedNumbers that return BitString
 BitString NNumbersGreycodedIndivudual.getBitStringRepresentation()
           
protected  BitString NNumbersGreycodedIndivudual.getClearBitCode(int valueIndex)
           
protected  BitString NNumbersGreycodedIndivudual.grey2bin(BitString grey)
           
protected  BitString NNumbersGreycodedIndivudual.bin2grey(BitString bin)
           
 BitString BinaryEncodedIndividual.getBitStringRepresentation()
           
 

Methods in org.jaga.individualRepresentation.greycodedNumbers with parameters of type BitString
 void NNumbersGreycodedIndivudual.setBitStringRepresentation(BitString bits)
           
protected  void NNumbersGreycodedIndivudual.setClearBitCode(int valueIndex, BitString clear)
           
protected  BitString NNumbersGreycodedIndivudual.grey2bin(BitString grey)
           
protected  BitString NNumbersGreycodedIndivudual.bin2grey(BitString bin)
           
 Individual NDecimalsIndividualSimpleFactory.createSpecificIndividual(BitString initVal)
           
 void BinaryEncodedIndividual.setBitStringRepresentation(BitString bits)
           
 

Uses of BitString in org.jaga.reproduction.greycodedNumbers
 

Methods in org.jaga.reproduction.greycodedNumbers with parameters of type BitString
private  NDecimalsIndividual[] SimpleBinaryXOver.createKidsFromEncoding(GAParameterSet params, BitString c1, BitString c2)
           
 

Uses of BitString in org.jaga.util
 

Methods in org.jaga.util that return BitString
 BitString BitString.substring(int from, int to)
           
 

Methods in org.jaga.util with parameters of type BitString
 void BitString.set(int from, int to, BitString values)
           
 

Constructors in org.jaga.util with parameters of type BitString
BitString(BitString toCopy)
           
 


JAGA Homepage

Go to JAGA Homepage