pgasetpopsize(8) debian man page | unix.com

Man Page: pgasetpopsize

Operating Environment: debian

Section: 8

PGASetPopSize(8)						      PGAPack							  PGASetPopSize(8)

NAME
PGASetPopSize - Specifies the size of the genetic algorithm population.
DESCRIPTION
The default population size is 100.
INPUT PARAMETERS
ctx - context variable popsize - the genetic algorithm population size to use
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetPopSize(ctx, popsize) PGAContext *ctx int popsize
LOCATION
pop.c
EXAMPLE
Example: PGAContext *ctx; : PGASetPopSize(ctx, 200); 05/01/95 PGASetPopSize(8)
Related Man Pages
evp_pkey_ctx_free(3) - centos
pgaevaluate(1) - debian
pgadebugprint(3) - debian
evp_pkey_ctx_new(3) - centos
glxquerycontext(3g) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?