#include "main.h"
Go to the source code of this file.
Functions |
bool | fileExists (string filename) |
void | simulatorWrapper (double *xreal, double *xbin, int **gene, int *xnom, double *obj, double *constr) |
void | allocateMemoryPop (population *P, int size) |
void | allocateMemoryInd (individual *ind) |
void | deallocateMemoryPop (population *P, int size) |
void | deallocateMemoryInd (individual *ind) |
void | writePop (double id, population *P, int currGen) |
void | writeLog (double id, time_t elapsed, int currGen, bool feedback) |
int | main (int argc, char *argv[]) |
Variables |
string | emoa = "SMS-EMOA" |
int | nreal |
int | nbin |
int | nnom |
int | nobj |
int * | obj_direction |
int | ncon |
int | popsize |
double | pcross_real |
double | pcross_bin |
double | pcross_nom |
double | pmut_real |
double | pmut_bin |
double | pmut_nom |
double | eta_c |
double | eta_m |
int | ngen |
int | nbinmut |
int | nrealmut |
int | nnommut |
int | nbincross |
int | nrealcross |
int | nnomcross |
int * | nbits |
double * | min_realvar |
double * | max_realvar |
double * | min_binvar |
double * | max_binvar |
int * | min_nomvar |
int * | max_nomvar |
int | bitlength |
double * | nadir |
double * | ideal |
int | fixedNadirIdeal |
unsigned | evaluations |
unsigned | sampleSetSize = 1 |
bool | snapShots |
string | ES |
string | MOproblem |
MOTestFunctions * | testFunctions = NULL |
WDN * | network = NULL |
Function Documentation
void allocateMemoryInd |
( |
individual * |
ind ) |
|
void allocateMemoryPop |
( |
population * |
P, |
|
|
int |
size |
|
) |
| |
void deallocateMemoryInd |
( |
individual * |
ind ) |
|
void deallocateMemoryPop |
( |
population * |
P, |
|
|
int |
size |
|
) |
| |
bool fileExists |
( |
string |
filename ) |
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
void simulatorWrapper |
( |
double * |
xreal, |
|
|
double * |
xbin, |
|
|
int ** |
gene, |
|
|
int * |
xnom, |
|
|
double * |
obj, |
|
|
double * |
constr |
|
) |
| |
void writeLog |
( |
double |
id, |
|
|
time_t |
elapsed, |
|
|
int |
currGen, |
|
|
bool |
feedback |
|
) |
| |
void writePop |
( |
double |
id, |
|
|
population * |
P, |
|
|
int |
currGen |
|
) |
| |
Variable Documentation