|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.brownsoft.ag.fitnessScaler.FitnessScaler | +--com.brownsoft.ag.fitnessScaler.FitnessScalerAxB
Este scaler realiza la operacion A * x + B donde x es el fitness actual a escalar Los parametros A y B se indican al momento de instanciacion
Field Summary |
Fields inherited from class com.brownsoft.ag.fitnessScaler.FitnessScaler |
motor |
Constructor Summary | |
FitnessScalerAxB(IFitnessScaler parent,
double A,
double B)
Constructor |
Method Summary | |
protected double |
scaleFitness(double fitness)
Este metodo debe ser definido por las subclases de FitnessScaler |
Methods inherited from class com.brownsoft.ag.fitnessScaler.FitnessScaler |
fireInicioIteracion, getMotor, getProcessingIndividual, getScaledFitness, getScaledFitness, inicioIteracion, initScaler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FitnessScalerAxB(IFitnessScaler parent, double A, double B)
parent
- El parent de este fitness scaler (o FitnessScalerSink)A
- el parametro A. La funcion a realizar sera A * x + BB
- el parametro B. La funcion a realizar sera A * x + BMethod Detail |
protected double scaleFitness(double fitness)
scaleFitness
in class FitnessScaler
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |