|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmoea.commons.Entity
moea.commons.Individual
moea.moga.genome.Chromosome
moea.moga.genome.ChromosomeWithMapping
moea.moga.examples.ChowPaper
public class ChowPaper
Nested Class Summary | |
---|---|
protected static class |
ChowPaper.KindOfFunction
|
Nested classes/interfaces inherited from class moea.moga.genome.ChromosomeWithMapping |
---|
ChromosomeWithMapping.MappingMethod |
Field Summary | |
---|---|
protected static ChowPaper.KindOfFunction |
kindOfFunction
|
protected static int |
numTrials
|
Fields inherited from class moea.moga.genome.ChromosomeWithMapping |
---|
mapping, mappingMethod |
Fields inherited from class moea.commons.Individual |
---|
M, x, xL, xU |
Fields inherited from class moea.commons.Entity |
---|
N, objectiveVector, properties, scoresValid |
Constructor Summary | |
---|---|
ChowPaper()
|
|
ChowPaper(ChowPaper src)
|
Method Summary | |
---|---|
static double |
bad(int parametro)
|
ChowPaper |
clone()
|
void |
evaluate()
|
static void |
initializeProblem(java.lang.String[] args)
|
static boolean |
isOptimal(double value)
|
static void |
main(java.lang.String[] args)
|
static void |
printStats(java.io.BufferedWriter out,
int[] array)
|
static double |
ugly(int parametro)
|
Methods inherited from class moea.moga.genome.ChromosomeWithMapping |
---|
crossover, mutate |
Methods inherited from class moea.commons.Individual |
---|
getM, toString |
Methods inherited from class moea.commons.Entity |
---|
compareTo, getN, getObjectiveVector, getProperty, invalidateScores, setProperty |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static ChowPaper.KindOfFunction kindOfFunction
protected static int numTrials
Constructor Detail |
---|
public ChowPaper()
public ChowPaper(ChowPaper src)
Method Detail |
---|
public ChowPaper clone()
clone
in class ChromosomeWithMapping
public static void initializeProblem(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public void evaluate()
evaluate
in class Entity
public static void printStats(java.io.BufferedWriter out, int[] array) throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public static boolean isOptimal(double value)
public static double bad(int parametro)
public static double ugly(int parametro)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |