be.optiloading
Class Genetics
java.lang.Object
be.optiloading.Genetics
public class Genetics
- extends java.lang.Object
Genetics class which stores genetic settings and starts/stops the genetic thread.
- Author:
- Tim Pintens, info@optiloading.be, www.optiloading.be
Method Summary |
static void |
setGeneticSettings()
setGeneticSettings gets the inputed settings from the GUI. |
static void |
start()
start method starts the genetic thread |
static void |
stop()
stop method stops the genetic thread |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TARGET
public static float TARGET
CROSSRATE
public static float CROSSRATE
MUTRATE
public static float MUTRATE
ELITERATE
public static float ELITERATE
POPSIZE
public static int POPSIZE
CREATION
public static int CREATION
SELECTION
public static int SELECTION
CROSSOVER
public static int CROSSOVER
MUTATION
public static int MUTATION
GENERATIONS
public static int GENERATIONS
RESTARTS
public static int RESTARTS
OPTIMUM
public static int OPTIMUM
TRIM
public static boolean TRIM
STRENGTH
public static boolean STRENGTH
STABILITY
public static boolean STABILITY
genetic
public static GeneticThread genetic
Genetics
public Genetics()
start
public static void start()
- start method starts the genetic thread
setGeneticSettings
public static void setGeneticSettings()
- setGeneticSettings gets the inputed settings from the GUI.
stop
public static void stop()
- stop method stops the genetic thread