|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthcrypto.analyzer.evolutionary.GaPopulation
public abstract class GaPopulation
This abstract class should be subclassed with a class containing implementations of the init() and run() methods for a particular type of GaPopulation.
| Constructor Summary | |
|---|---|
GaPopulation(java.lang.String text,
java.lang.String solution,
GaParameters params)
GaPopulation() constructor |
|
| Method Summary | |
|---|---|
GaIndividual |
getFittest(int n)
|
abstract void |
init()
This method initializes the analyzer for the particular type of population. |
abstract void |
run()
The generic GA run method. |
void |
setDisplay(AnalyzerFrame d)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GaPopulation(java.lang.String text,
java.lang.String solution,
GaParameters params)
text - -- the text to be cryptanalyzedparams - -- a GaParameters object containing all needed parameters| Method Detail |
|---|
public GaIndividual getFittest(int n)
public abstract void init()
public abstract void run()
public void setDisplay(AnalyzerFrame d)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||