public class HelloWorldExample extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HelloWorldExample.StringChromosome
String Chromosome represented by a list of characters.
|
Modifier and Type | Field and Description |
---|---|
static double |
CROSSOVER_RATE |
static int |
DIMENSION |
static double |
ELITISM_RATE |
static double |
MUTATION_RATE |
static int |
POPULATION_SIZE |
static String |
TARGET_STRING |
static int |
TOURNAMENT_ARITY |
Constructor and Description |
---|
HelloWorldExample() |
public static final int POPULATION_SIZE
public static final double CROSSOVER_RATE
public static final double MUTATION_RATE
public static final double ELITISM_RATE
public static final int TOURNAMENT_ARITY
public static final String TARGET_STRING
public static final int DIMENSION
public static void main(String[] args)
Copyright © 2016 Hipparchus.org. All rights reserved.