public abstract class GenomeFactory
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static int | 
BASIC_TREE  | 
static int | 
CHESS  | 
static int | 
INSECT  | 
static int | 
RANDOM  | 
| Constructor and Description | 
|---|
GenomeFactory(AllowedMutations muts)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Genome | 
deliverSaltation()
Randomizes the genes in the genome. 
 | 
Genome | 
getBasicType(int basicType)  | 
public static final int RANDOM
public static final int BASIC_TREE
public static final int CHESS
public static final int INSECT
public GenomeFactory(AllowedMutations muts)