#include <stdio.h>
#include <sys/stat.h>
#include "mies/SerialES/global.h"
#include "MOTestFunctions.h"
#include "WDN.h"
#include "nsga2-v1.1/global.h"
#include "nsga2-v1.1/rand.h"
Go to the source code of this file.
Defines |
#define | SNAPSHOTS "generate_snap_shots" |
#define | REPORT_WINDOW 50 |
#define | P_CROSS_R 0.8 |
#define | DIST_IDX_C 15 |
#define | DIST_IDX_M 20 |
#define | P_CROSS_B 0.8 |
#define | P_CROSS_N 0.8 |
Functions |
void | allocateMemoryPop (population *P, int size) |
void | allocateMemoryInd (individual *ind) |
void | deallocateMemoryPop (population *P, int size) |
void | deallocateMemoryInd (individual *ind) |
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) |
Define Documentation
#define SNAPSHOTS "generate_snap_shots" |
Function Documentation
void allocateMemoryInd |
( |
individual * |
ind ) |
|
void allocateMemoryPop |
( |
population * |
P, |
|
|
int |
size |
|
) |
| |
void deallocateMemoryInd |
( |
individual * |
ind ) |
|
void deallocateMemoryPop |
( |
population * |
P, |
|
|
int |
size |
|
) |
| |
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 |
|
) |
| |