Public Member Functions | |
SFLSDEGenerator (int poblacion, int dimension, int iteraciones, double F, double CR, int strg) | |
double | lsff (double Fi, double CRi, ArrayList< Prototype > population, int actual, int mejor) |
Prototype | SFGSS (ArrayList< Prototype > population, int actual, int mejor, double CRi) |
Prototype | SFHC (ArrayList< Prototype > population, int actual, int mejor, double SFi, double CRi) |
void | execute () |
Static Public Member Functions | |
static void | main (String[] args) |
Definition at line 19 of file SFLSDEGenerator.java.
org.sci2s.eamhco.SFLSDEGenerator.SFLSDEGenerator | ( | int | poblacion, | |
int | dimension, | |||
int | iteraciones, | |||
double | F, | |||
double | CR, | |||
int | strg | |||
) |
Build a new DEGenerator Algorithm
Definition at line 45 of file SFLSDEGenerator.java.
void org.sci2s.eamhco.SFLSDEGenerator.execute | ( | ) |
Execute the DEGenerator method.
Definition at line 392 of file SFLSDEGenerator.java.
double org.sci2s.eamhco.SFLSDEGenerator.lsff | ( | double | Fi, | |
double | CRi, | |||
ArrayList< Prototype > | population, | |||
int | actual, | |||
int | mejor | |||
) |
Local Search Fitness Function
Fi | ||
xt | ||
xr | ||
xs | ||
actual |
Definition at line 209 of file SFLSDEGenerator.java.
static void org.sci2s.eamhco.SFLSDEGenerator.main | ( | String[] | args | ) | [static] |
args | Arguments of the main function. |
Definition at line 646 of file SFLSDEGenerator.java.
Prototype org.sci2s.eamhco.SFLSDEGenerator.SFGSS | ( | ArrayList< Prototype > | population, | |
int | actual, | |||
int | mejor, | |||
double | CRi | |||
) |
SFGSS local Search.
population |
Definition at line 249 of file SFLSDEGenerator.java.
Prototype org.sci2s.eamhco.SFLSDEGenerator.SFHC | ( | ArrayList< Prototype > | population, | |
int | actual, | |||
int | mejor, | |||
double | SFi, | |||
double | CRi | |||
) |
SFHC local search
xt | ||
xr | ||
xs | ||
actual | ||
SFi |
Definition at line 313 of file SFLSDEGenerator.java.