Public Member Functions | |
JADEGenerator (int poblacion, int dimension, int iteraciones, double p, double c) | |
void | execute () |
Static Public Member Functions | |
static void | main (String[] args) |
Definition at line 20 of file JADEGenerator.java.
org.sci2s.eamhco.JADEGenerator.JADEGenerator | ( | int | poblacion, | |
int | dimension, | |||
int | iteraciones, | |||
double | p, | |||
double | c | |||
) |
Build a new JADEGenerator Algorithm
t | Original prototype set to be reduced. | |
perc | Reduction percentage of the prototype set. |
Definition at line 46 of file JADEGenerator.java.
void org.sci2s.eamhco.JADEGenerator.execute | ( | ) |
Generate a reduced prototype set by the JADEGenerator method.
Definition at line 196 of file JADEGenerator.java.
static void org.sci2s.eamhco.JADEGenerator.main | ( | String[] | args | ) | [static] |
args | Arguments of the main function. |
Definition at line 436 of file JADEGenerator.java.