Constant Field Values


Contents
jenes.*

jenes.GeneticAlgorithm<T extends Chromosome>
public static final int DEFAULT_GENERATION_LIMIT 100
public static final int DEFAULT_HISTORY_SIZE 2
public static final int MAX_HISTORY_SIZE 100
public static final int MIN_HISTORY_SIZE 2

jenes.Random
public static final long STANDARD_SEED 4357L

jenes.algorithms.*

jenes.algorithms.SimpleGA<T extends Chromosome>
public static final double DEFAULT_CROSSOVER_PROBABILITY 0.8
public static final int DEFAULT_ELITISM 1
public static final int DEFAULT_GENERATION_LIMIT 100
public static final double DEFAULT_MUTATION_PROBABILITY 0.02

jenes.performance.*

jenes.performance.TravelSalesmanProblem
public static final int MAX_DISTANCE 10

jenes.population.*

jenes.population.Population<T extends Chromosome>
public static final int DEFAULT_SIZE 100

jenes.stage.*

jenes.stage.operator.Selector<T extends Chromosome>
public static final double DEFAULT_MAX_ILLEGAL_RATE 0.3

jenes.tutorials.*

jenes.tutorials.problem3.TravelSalesmanProblem
public static final int MAX_DISTANCE 10
public static final int POPULATION_SIZE 1000