Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

amoeba_struct Struct Reference

#include <amoeba.h>


Data Fields

int n_parameters
float ** parameters
Real * values
amoeba_function function
void * function_data
Real tolerance
Real * sum
int n_steps_no_improvement


Field Documentation

amoeba_function amoeba_struct::function
 

Definition at line 28 of file amoeba.h.

Referenced by get_function_value(), and initialize_amoeba().

void* amoeba_struct::function_data
 

Definition at line 29 of file amoeba.h.

Referenced by get_function_value(), and initialize_amoeba().

int amoeba_struct::n_parameters
 

Definition at line 25 of file amoeba.h.

Referenced by get_amoeba_parameters(), initialize_amoeba(), perform_amoeba(), and try_amoeba().

int amoeba_struct::n_steps_no_improvement
 

Definition at line 32 of file amoeba.h.

Referenced by initialize_amoeba(), and perform_amoeba().

float** amoeba_struct::parameters
 

Definition at line 26 of file amoeba.h.

Referenced by get_amoeba_parameters(), initialize_amoeba(), perform_amoeba(), terminate_amoeba(), and try_amoeba().

Real* amoeba_struct::sum
 

Definition at line 31 of file amoeba.h.

Referenced by initialize_amoeba(), perform_amoeba(), and terminate_amoeba().

Real amoeba_struct::tolerance
 

Definition at line 30 of file amoeba.h.

Referenced by initialize_amoeba(), and perform_amoeba().

Real* amoeba_struct::values
 

Definition at line 27 of file amoeba.h.

Referenced by get_amoeba_parameters(), initialize_amoeba(), perform_amoeba(), terminate_amoeba(), and try_amoeba().


The documentation for this struct was generated from the following file:
Generated on Wed Jul 28 09:11:23 2004 for BICPL by doxygen 1.3.7