public abstract class Fitness
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int[] |
Cuentait |
static double |
ITERACIONES |
static double |
NEGATIVO |
static double |
NOCUBRE |
static double |
NOELEGIR |
static double |
SINGULAR |
| Constructor and Description |
|---|
Fitness() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
evalua(GenotypeBoosting g) |
public static final double NOELEGIR
public static final double ITERACIONES
public static final double NEGATIVO
public static final double SINGULAR
public static final double NOCUBRE
public static int[] Cuentait
public abstract double evalua(GenotypeBoosting g)