Package hcrypto.analyzer.evolutionary

Class Summary
GaAnalyzer Superclass for all GaAnalyzers.
GaIndividual  
GaParameters  
GaPopulation This abstract class should be subclassed with a class containing implementations of the init() and run() methods for a particular type of GaPopulation.
NgramArray  
NgramGaAnalyzer Assumes that the text is encrypted with simple substitution cipher and uses a frequency-based genetic algorithm to analyze it.
NgramGaIndividual  
NgramGaPopulation Implements an instance of a GaPopulation by providing implementations of the init() and run() methods for a NgramGaAnalyzer.
WordBasedGaAnalyzer Assumes that the text is encrypted with simple substitution and uses a word-based genetic algorithm to analyze it.
WordBasedGaIndividual  
WordBasedGaPopulation