- BEST - Static variable in class jenes.population.Population
-
Filter that passes the best individuals
- 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
-
- BitwiseChromosome.BitCoding(BitwiseChromosome.BitSize) - Constructor for class jenes.chromosome.BitwiseChromosome.BitCoding
-
- 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
- body - Variable in class jenes.stage.operator.Crowder
-
Body
- 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.old.problem1
-
Tutorial implementing a basic genetic algorithm.
- BooleanProblem() - Constructor for class jenes.tutorials.old.problem1.BooleanProblem
-
- BooleanProblem - Class in jenes.tutorials.problem1
-
Tutorial implementing a basic genetic algorithm.
- BooleanProblem() - Constructor for class jenes.tutorials.problem1.BooleanProblem
-
- bounds - Variable in class jenes.tutorials.old.problem12.Function
-
- bounds - Variable in class jenes.tutorials.problem12.MultiObjectiveProblem.Function
-
- 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.old.problem6.KnapsackProblem
-
- build(int) - Static method in class jenes.tutorials.old.problem7.KnapsackLoggedProblem
-
- build(int) - Static method in class jenes.tutorials.problem6.KnapsackProblem
-
- build(int) - Static method in class jenes.tutorials.problem7.KnapsackLoggedProblem
-
- buildFull(int) - Static method in class jenes.algorithms.IslandGA.Graph
-
- buildGA(Crossover<DoubleChromosome>, int) - Static method in class jenes.tutorials.problem8.NumericCrossover
-
- buildGrid(int, int, boolean) - Static method in class jenes.algorithms.IslandGA.Graph
-
- 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
-
- buildRing(int, boolean) - Static method in class jenes.algorithms.IslandGA.Graph
-
Builds a ring
- 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