Package bodhidharma.classifiers.genetic_algorithms

Class Summary
Breeder Objects of this class control the evolution of Chromosome objects based on their fitness as judged by an Evaluator object and on the parameters specified when objects of this class are instantiated.
Chromosome Objects of this class represent the individuals that are evolved in a genetic algorithm.
ClassifierSelectionEvaluator Objects of this class evaluate and interpret the meaning of bit strings stored in genetic algorithm Chromosome objects.
ClassifierWeightingEvaluator Objects of this class evaluate and interpret the meaning of bit strings stored in genetic algorithm Chromosome objects.
Evaluator Objects of this class evaluate and interpret the meaning of bit strings stored in genetic algorithm Chromosome objects.
FeatureSelectionEvaluator Objects of this class evaluate and interpret the meaning of bit strings stored in genetic algorithm Chromosome objects.
FeatureWeightingEvaluator Objects of this class evaluate and interpret the meaning of bit strings stored in genetic algorithm Chromosome objects.
GeneticAlgorithmJFrame Dialog box used to hold and edit the basic parameters of new genetic algorithms.