|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FitnessFunction
Field Summary | |
---|---|
static java.lang.String |
PREFIX_VAR_RPN
$ |
static java.lang.String |
VAR_SHAPE_FACTOR
shapeFactor |
static java.lang.String |
VAR_TARGET
target |
static java.lang.String |
VAR_VALUE
value |
Method Summary | |
---|---|
double |
getFitness(double value,
double target,
double factor)
|
Methods inherited from interface net.sf.tostring0.Identifiable |
---|
getIdentifier |
Field Detail |
---|
static final java.lang.String VAR_SHAPE_FACTOR
static final java.lang.String VAR_TARGET
static final java.lang.String VAR_VALUE
static final java.lang.String PREFIX_VAR_RPN
Method Detail |
---|
double getFitness(double value, double target, double factor) throws FitnessException
value
- the variate valuetarget
- the ideal value of the variate (typically the mean value for a
normal distribution).factor
- a shape factor for the distribution (typically the standard
deviation for a normal distribution).
value
given a continuous distribution with ideal
value: target
and shape factor: factor
.
FitnessException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |