|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Esta es la interfaz que deben implementar las clases que quieran setear condiciones de parada especiales, o poblaciones iniciales deterministicas,etc
| Method Summary | |
boolean |
getFinalizarIteracion()
Indica si se debe terminar las iteraciones |
int |
getMatingSize()
Obtiene el tamaņo del pool de mezclas |
double |
getpCross()
Obtiene la probabilidad de cruzamiento |
double |
getpMutacion()
Obtiene la probabilidad de mutacion |
java.util.Vector |
getPoblacionInicial()
Obtiene la poblacion inicial |
void |
inicializar(MotorAG motor)
|
| Methods inherited from interface com.brownsoft.ag.IMotorListener |
finAlgoritmo, finIteracion, inicioIteracion |
| Method Detail |
public void inicializar(MotorAG motor)
public java.util.Vector getPoblacionInicial()
public int getMatingSize()
public boolean getFinalizarIteracion()
public double getpCross()
public double getpMutacion()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||