CODeME
|
Function prototypes for the trajectory routines. More...
Go to the source code of this file.
Classes | |
struct | CMAES_DATA |
Typedefs | |
typedef struct CMAES_DATA | CMAES_DATA |
Functions | |
void | CMAES_Init (OPTIMIZATION_DATA problem, CMAES_DATA *evo) |
void | CMAES_Init_FILE (OPTIMIZATION_DATA problem, CMAES_DATA *evo) |
void | CMAES_free_memory (CMAES_DATA *evo) |
void | Evolutive_CMAES (CMAES_DATA *evo, void **Parameters, FILE *fileOut) |
Function prototypes for the trajectory routines.
This contains the prototypes for the trajectory routine and eventually any macros,constants, or global variables needed.