|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MotorException | |
| com.brownsoft.ag | |
| com.brownsoft.ag.seleccion | |
| Uses of MotorException in com.brownsoft.ag |
| Subclasses of MotorException in com.brownsoft.ag | |
class |
InvalidCrossException
Clase utilitaria para indicar una excepcion del motor |
class |
InvalidMutationException
Clase utilitaria para indicar una excepcion del motor |
| Methods in com.brownsoft.ag that throw MotorException | |
boolean |
MotorAG.iterarOnce()
Itera una vez el algoritmo |
void |
MotorAG.iterar(int cantIteraciones)
Itera una cantidad fija de veces el AG |
void |
MotorAG.iterar()
Itera hasta que la condicion de parada se cumpla |
| Constructors in com.brownsoft.ag that throw MotorException | |
GeneracionSimpleDeJong(IIndividuo individuo,
int pobSize,
double pCross,
double pMutacion)
Constructor |
|
GeneracionSimpleDeJong(IIndividuo individuo,
int pobSize,
double pCross,
double pMutacion,
double escala)
Constructor |
|
GeneracionSimple(IIndividuo individuo,
int pobSize,
double pCross,
double pMutacion)
Constructor |
|
| Uses of MotorException in com.brownsoft.ag.seleccion |
| Constructors in com.brownsoft.ag.seleccion that throw MotorException | |
SeleccionTorneoQK(int Q,
int K)
Constructor |
|
SeleccionElitista(ISeleccion seleccion)
Constructor |
|
SeleccionNSelecciones(ISeleccion seleccion,
int N)
Constructor |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||