Frees memory allocated to an existing population.
#include <imsls.h>
void imsls_f_ga_free_population(Imsls_f_population *population)
The type double function is imsls_d_ga_free_population.
Imsls_f_population
*population (Input)
The population for which allocated
memory is to be released.
Function imsls_f_ga_free_population frees memory allocated to an Imsls_f_population data structure.
See the Example section of function imsls_f_ga_population.