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