public class SurfaceFitness extends Object implements CoefficientFitness
Modifier and Type | Field and Description |
---|---|
protected double[] |
c |
protected DefaultFitness |
df |
protected static double |
DF_SCALE_FACTOR |
protected static int |
DOMAIN |
protected static int |
LEN_DF |
protected static int |
LEN_I |
protected static int |
LEN_PAIR |
protected static int |
LEN_SINGLE |
protected static int |
OFF_DF |
protected static int |
OFF_I |
protected static int |
OFF_PAIR |
protected static int |
OFF_SINGLE |
Constructor and Description |
---|
SurfaceFitness() |
protected static final double DF_SCALE_FACTOR
protected static final int DOMAIN
protected static final int LEN_DF
protected static final int LEN_I
protected static final int LEN_SINGLE
protected static final int LEN_PAIR
protected static final int OFF_DF
protected static final int OFF_I
protected static final int OFF_SINGLE
protected static final int OFF_PAIR
protected double[] c
protected final DefaultFitness df
protected double fs(Field field)
protected int domain(int delta)
public double[] getC()
getC
in interface CoefficientFitness
public void setC(double[] c)
setC
in interface CoefficientFitness
Copyright © 2015. All rights reserved.