CODeME
Optimizers.h File Reference

Function prototypes for the trajectory routines. More...

Go to the source code of this file.

Classes

struct  OPTIMIZATION_DATA
 

Typedefs

typedef struct OPTIMIZATION_DATA OPTIMIZATION_DATA
 

Functions

void Init_Optimizer (OPTIMIZATION_DATA problem, void *OPTIMIZER_STRUCT)
 
void Run_Optimizer (OPTIMIZATION_DATA problem, void *OPTIMIZER_STRUCT, void **Parameters, FILE *fileOut)
 
void Optimizer_Free (OPTIMIZATION_DATA problem, void *OPTIMIZER_STRUCT)
 
void Set_Optimizer (OPTIMIZATION_DATA *problem)
 
double Get (OPTIMIZATION_DATA problem, void *OPTIMIZER_STRUCT, char *ptr)
 
double * Get_Ptr (OPTIMIZATION_DATA problem, void *OPTIMIZER_STRUCT, char *ptr)
 

Variables

void(* Print_Function )(double *Best_Fitness, 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.

Typedef Documentation

Optimization Problem Data