A B C D E F G I J K L M N O P R S T U V W X

B

biggerIsBetter - Variable in class jenes.stage.AbstractStage
True if higher scores entail better individuals
BITS - Variable in enum jenes.chromosome.BitwiseChromosome.BitSize
The number of bits
BitwiseChromosome - Class in jenes.chromosome
This class provides chromosomes made of bits.
BitwiseChromosome(int) - Constructor for class jenes.chromosome.BitwiseChromosome
Creates a new BitwiseChromosome with the specified number of objects.
BitwiseChromosome(int, BitwiseChromosome.BitCoding) - Constructor for class jenes.chromosome.BitwiseChromosome
Creates a new BitwiseChromosome with the specified number of objects and coding.
BitwiseChromosome(BitwiseChromosome) - Constructor for class jenes.chromosome.BitwiseChromosome
Creates a new BitwiseChromosome using the specified one as prototype
BitwiseChromosome.BitCoding<T> - Class in jenes.chromosome
Represents the coding used by a BitwiseChromosome.
BitwiseChromosome.BitCoding(BitwiseChromosome.BitSize) - Constructor for class jenes.chromosome.BitwiseChromosome.BitCoding
Constructs a new BitCoding with the specified BitwiseChromosome.BitSize
BitwiseChromosome.BitSize - Enum in jenes.chromosome
Definition of the number bit length and mask to use in the coding operations.
body - Variable in class jenes.GeneticAlgorithm
The main algorithm sequence
BooleanChromosome - Class in jenes.chromosome
A BooleanChromosome is made of an array of booleans.
BooleanChromosome(BooleanChromosome) - Constructor for class jenes.chromosome.BooleanChromosome
Creates a new BooleanChromosome with the specified chromosome
BooleanChromosome(int) - Constructor for class jenes.chromosome.BooleanChromosome
Creates a new BooleanChromosome with the specified chromosome length
BooleanCoding - Class in jenes.chromosome.codings
Represents a boolean coding with 1 bit representation.
BooleanCoding() - Constructor for class jenes.chromosome.codings.BooleanCoding
Default constructor
BooleanProblem - Class in jenes.tutorials.problem1
Tutorial implementing a basic genetic algorithm.
BooleanProblem() - Constructor for class jenes.tutorials.problem1.BooleanProblem
 
BreakPoint<T extends Chromosome> - Class in jenes.stage
Stage representing a break point.
BreakPoint() - Constructor for class jenes.stage.BreakPoint
Constructs a new BreakPoint stage
BreakPoint.Listener - Class in jenes.stage
Abstract class representing a break point listener.
BreakPoint.Listener() - Constructor for class jenes.stage.BreakPoint.Listener
 
build(int) - Static method in class jenes.tutorials.problem6.KnapsackProblem
 
build(int) - Static method in class jenes.tutorials.problem7.KnapsackLoggedProblem
 
buildProblem1() - Method in class jenes.performance.DeJongTest
 
buildProblem2() - Method in class jenes.performance.DeJongTest
 
buildProblem3() - Method in class jenes.performance.DeJongTest
 
buildProblem4() - Method in class jenes.performance.DeJongTest
 
buildProblem5() - Method in class jenes.performance.DeJongTest
 
ByteCoding - Class in jenes.chromosome.codings
Represents a byte coding with 8 bits unsigned representation.
ByteCoding() - Constructor for class jenes.chromosome.codings.ByteCoding
Default constructor

A B C D E F G I J K L M N O P R S T U V W X