Language Reference

GAEND Call    -    Experimental

ends a genetic algorithm optimization and frees memory resources

CALL GAEND( id );

The inputs to the GAEND call are as follows:



id
is the identifier for the genetic algorithm optimization problem, which was returned by the GASETUP function.

The GAEND call ends the genetic algorithm calculations associated with id and frees up all associated memory.

See the GASETUP function for an example.

Previous Page | Next Page | Top of Page