Frees memory allocated to an existing individual.
#include <imsls.h>
void imsls_f_ga_free_individual(Imsls_f_individual *individual)
The type double function is imsls_d_ga_free_individual.
Imsls_f_individual
*individual (Input)
The individual whose memory is
released.
Function imsls_f_ga_free_individual frees memory allocated to an Imsls_f_individual data structure.
See the Example section of function imsls_f_ga_individual.