|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjenes.stage.AbstractStage<T>
jenes.stage.operator.Operator<T>
jenes.stage.operator.Scaling<T>
jenes.stage.operator.common.RankScaling<T>
public class RankScaling<T extends Chromosome>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class jenes.stage.operator.Operator |
---|
Operator.Statistics |
Field Summary |
---|
Fields inherited from class jenes.stage.operator.Operator |
---|
random, statistics |
Fields inherited from class jenes.stage.AbstractStage |
---|
biggerIsBetter, ga |
Constructor Summary | |
---|---|
RankScaling()
|
Method Summary | |
---|---|
void |
preprocess(double[] scores,
boolean[] legals)
|
double |
scale(Individual<T> ind,
int pos)
|
Methods inherited from class jenes.stage.operator.Scaling |
---|
process |
Methods inherited from class jenes.stage.operator.Operator |
---|
getStatistics, updateStatistics |
Methods inherited from class jenes.stage.AbstractStage |
---|
dispose, init, isBiggerBetter, setBiggerIsBetter, setBiggerIsBetter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RankScaling()
Method Detail |
---|
public void preprocess(double[] scores, boolean[] legals)
preprocess
in class Scaling<T extends Chromosome>
public double scale(Individual<T> ind, int pos)
scale
in class Scaling<T extends Chromosome>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |