CODeME
CMA_ES.h File Reference

Function prototypes for the trajectory routines. More...

#include "Optimizers.h"
#include "Miscellaneous/Gauss.h"
#include "CMAES/cmaes_interface.h"

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)
 

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.