CODeME
OMNI.h File Reference

Function prototypes for the trajectory routines. More...

#include "OMNI/global.h"
#include "OMNI.h"
#include "BUMDA.h"
#include "CMA_ES.h"
#include "Optimizers.h"

Go to the source code of this file.

Classes

struct  OMNI_DATA
 

Macros

#define INF   1.0e14
 
#define EPS   1.0e-10
 
#define E   2.71828182845905
 
#define PI   3.14159265358979
 
#define GNUPLOT_COMMAND   "gnuplot -persist"
 

Typedefs

typedef struct OMNI_DATA OMNI_DATA
 

Functions

void OMNI_Init (OPTIMIZATION_DATA problem, OMNI_DATA *evo)
 
void OMNI_Init_FILE (OPTIMIZATION_DATA problem, OMNI_DATA *evo)
 
void OMNI_Input_Global (OMNI_DATA *evo)
 
void OMNI_free_memory (OMNI_DATA *evo)
 
void OMNI_evaluate_pop (population *pop, void **Parameters)
 
void OMNI_evaluate_ind (individual *ind, void **Parameters)
 
void Evolutive_OMNI (OMNI_DATA *evo, void **Parameters, FILE *fileOut)
 

Detailed Description

Function prototypes for the trajectory routines.

This contains the prototypes for the trajectory routine and eventually any macros,constants, or global variables needed.

Author
Salvador Botello-Aceves
Bug:
No known bugs.