12 #ifndef OMNI_H_INCLUDED 13 #define OMNI_H_INCLUDED 15 #include "OMNI/global.h" 23 #define E 2.71828182845905 24 #define PI 3.14159265358979 25 #define GNUPLOT_COMMAND "gnuplot -persist" 60 void OMNI_evaluate_pop (
population *pop,
void** Parameters);
61 void OMNI_evaluate_ind (
individual *ind,
void** Parameters);
63 void Evolutive_OMNI(
OMNI_DATA* evo,
void** Parameters, FILE* fileOut);
64 #endif // OMNI_H_INCLUDED
Definition: Optimizers.h:16
Function prototypes for the trajectory routines.
Function prototypes for the trajectory routines.
Function prototypes for the BUMDA optimizers.
Function prototypes for the trajectory routines.