| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
moea.moga.algorithms.Moea
moea.moga.algorithms.Vega
public class Vega
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class java.lang.Thread | 
|---|
| java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler | 
| Field Summary | 
|---|
| Fields inherited from class moea.moga.algorithms.Moea | 
|---|
| currentGeneration, externalIndividuals, maxGenerations, migrationRate, name, neighbors, pop, popSizeMax, probabilityOfCrossover, probabilityOfMutation, selector, threadPaused | 
| Fields inherited from class java.lang.Thread | 
|---|
| MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY | 
| Constructor Summary | |
|---|---|
| Vega(java.lang.String name,
     Population<Chromosome> popIni,
     int maxGenerations,
     double probabilityOfCrossover,
     double probabilityOfMutation) | |
| Vega(java.lang.String name,
     Population<Chromosome> popIni,
     int maxGenerations,
     double probabilityOfCrossover,
     double probabilityOfMutation,
     int migrationRate) | |
| Method Summary | |
|---|---|
|  Population<Chromosome> | fix(Population<Chromosome> pop) | 
|  void | step() | 
| Methods inherited from class moea.moga.algorithms.Moea | 
|---|
| addNeighbor, done, exportToMatFile, filter, gameOver, generate, getCurrentGeneration, getPopulation, pauseEvolution, receive, resumeEvolution, run, send, terminateEvolution, toString, updateGenToMax | 
| Methods inherited from class java.lang.Thread | 
|---|
| activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, yield | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public Vega(java.lang.String name,
            Population<Chromosome> popIni,
            int maxGenerations,
            double probabilityOfCrossover,
            double probabilityOfMutation,
            int migrationRate)
public Vega(java.lang.String name,
            Population<Chromosome> popIni,
            int maxGenerations,
            double probabilityOfCrossover,
            double probabilityOfMutation)
| Method Detail | 
|---|
public void step()
step in class Moeapublic Population<Chromosome> fix(Population<Chromosome> pop)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||