.TH PGASetNumReplaceValue 8 "05/01/95" " " "PGAPack" .SH NAME PGASetNumReplaceValue \- specifies the number of new strings to create each generation. .SH DESCRIPTION The default is ten percent of the population size .SH INPUT PARAMETERS .PD 0 .TP ctx - context variable .PD 0 .TP pop_replace - the genetic algorithm population size to use .PD 1 .SH OUTPUT PARAMETERS .PD 0 .TP none .PD 1 .SH SYNOPSIS .nf #include "pgapack.h" void PGASetNumReplaceValue(ctx, pop_replace) PGAContext *ctx int pop_replace .fi .SH LOCATION pop.c .SH EXAMPLE .nf Example: PGAContext *ctx; : PGASetNumReplaceValue(ctx, 35); .fi